Skip to content

Commit df4fbe3

Browse files
tests: increase e2e timout to account for flaky tests in GitHub actions (#104)
Signed-off-by: Kostis Kapelonis <[email protected]>
1 parent 1fb1686 commit df4fbe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/constants.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ const (
4444

4545
const (
4646
SHORT_PERIOD = time.Second
47-
MEDIUM_PERIOD = 5 * time.Second
48-
LONG_PERIOD = 10 * time.Second
47+
MEDIUM_PERIOD = 30 * time.Second
48+
LONG_PERIOD = 60 * time.Second
4949
)
5050

5151
var (

0 commit comments

Comments
 (0)