Skip to content

Commit fb1bf7e

Browse files
authored
test: increase request timeout for eventcounter tests to improve flaky tests (#1240)
Signed-off-by: Alessandro Yuichi Okimoto <yuichijpn@gmail.com>
1 parent ca100b2 commit fb1bf7e

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)