Skip to content

Commit b7a97eb

Browse files
authored
Merge pull request #2988 from panslava/fix-e2e
Increase NEG poll timeout to 10 mins in e2e tests
2 parents d00fb70 + 7ef7a61 commit b7a97eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/e2e/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const (
7272
gclbDeletionTimeout = 60 * time.Minute
7373

7474
negPollInterval = 5 * time.Second
75-
negPollTimeout = 3 * time.Minute
75+
negPollTimeout = 10 * time.Minute
7676
negGCPollTimeout = 6 * time.Minute
7777

7878
k8sApiPoolInterval = 10 * time.Second

0 commit comments

Comments
 (0)