Skip to content

Commit

Permalink
Increase the timeout for e2e tests
Browse files Browse the repository at this point in the history
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
  • Loading branch information
piyush-garg committed Dec 15, 2023
1 parent ac21dd4 commit efd7828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LDFLAGS=
OUTPUT_DIR=bin
GO = go
TIMEOUT_UNIT = 20m
TIMEOUT_E2E = 20m
TIMEOUT_E2E = 30m
GO_TEST_FLAGS +=
SHELL := bash

Expand Down

0 comments on commit efd7828

Please sign in to comment.