Skip to content

Commit f4915c9

Browse files
committed
adjust e2e polling duration
1 parent ec2ba7c commit f4915c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/util.go

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

5252
const (
5353
pollInterval = 100 * time.Millisecond
54-
pollDuration = 5 * time.Minute
54+
pollDuration = 15 * time.Minute
5555

5656
olmConfigMap = "olm-operators" // No-longer used, how long do we keep this around?
5757

0 commit comments

Comments
 (0)