We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d953f1a commit 98a0b3cCopy full SHA for 98a0b3c
1 file changed
op-e2e/Makefile
@@ -2,7 +2,7 @@
2
ifdef JUNIT_FILE
3
go_test = OP_TESTLOG_DISABLE_COLOR=true OP_E2E_DISABLE_PARALLEL=false gotestsum --format=standard-verbose --junitfile=$(JUNIT_FILE) -- -failfast
4
# Note: -parallel must be set to match the number of cores in the resource class
5
- go_test_flags = -timeout=20m -parallel=8
+ go_test_flags = -timeout=40m -parallel=8
6
else
7
go_test = go test
8
go_test_flags = -v
0 commit comments