Skip to content

Commit 98a0b3c

Browse files
authored
ci: bump Cannon test timeouts (#9343)
1 parent d953f1a commit 98a0b3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

op-e2e/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ifdef JUNIT_FILE
33
go_test = OP_TESTLOG_DISABLE_COLOR=true OP_E2E_DISABLE_PARALLEL=false gotestsum --format=standard-verbose --junitfile=$(JUNIT_FILE) -- -failfast
44
# Note: -parallel must be set to match the number of cores in the resource class
5-
go_test_flags = -timeout=20m -parallel=8
5+
go_test_flags = -timeout=40m -parallel=8
66
else
77
go_test = go test
88
go_test_flags = -v

0 commit comments

Comments
 (0)