Skip to content

Commit efd7828

Browse files
committed
Increase the timeout for e2e tests
This will increase the timeout for e2e tests as currently the nightly e2e is getting failed with error as `panic: test timed out after 20m0s` This may be because of new tests getting added
1 parent ac21dd4 commit efd7828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LDFLAGS=
77
OUTPUT_DIR=bin
88
GO = go
99
TIMEOUT_UNIT = 20m
10-
TIMEOUT_E2E = 20m
10+
TIMEOUT_E2E = 30m
1111
GO_TEST_FLAGS +=
1212
SHELL := bash
1313

0 commit comments

Comments
 (0)