Skip to content

Commit fd88a82

Browse files
committed
Wait longer for load balancers to get ready in extreme cases
1 parent 7201148 commit fd88a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/internal/integration/service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ func (s *IntegrationTestSuite) TestServiceTrafficPolicyLocal() {
407407
successes := 0
408408
successesRequired := 15
409409
start := time.Now()
410-
timeout := 120
410+
timeout := 300
411411

412412
for i := 0; i < timeout; i++ {
413413
time.Sleep(1 * time.Second)

0 commit comments

Comments
 (0)