Skip to content

Commit d45e109

Browse files
committed
test: increase request timeout for eventcounter tests to improve flaky tests
Signed-off-by: Alessandro Yuichi Okimoto <yuichijpn@gmail.com>
1 parent 61a7844 commit d45e109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/eventcounter/eventcounter_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ import (
5454

5555
const (
5656
prefixTestName = "e2e-test"
57-
timeout = 60 * time.Second
57+
timeout = 2 * time.Minute
5858
retryTimes = 50
5959
)
6060

0 commit comments

Comments
 (0)