Commit 98a0b3c0 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

ci: bump Cannon test timeouts (#9343)

parent d953f1a4
......@@ -2,7 +2,7 @@
ifdef JUNIT_FILE
go_test = OP_TESTLOG_DISABLE_COLOR=true OP_E2E_DISABLE_PARALLEL=false gotestsum --format=standard-verbose --junitfile=$(JUNIT_FILE) -- -failfast
# Note: -parallel must be set to match the number of cores in the resource class
go_test_flags = -timeout=20m -parallel=8
go_test_flags = -timeout=40m -parallel=8
else
go_test = go test
go_test_flags = -v
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment