Skip to content

Commit fc1bd12

Browse files
committed
test: increase lb creation timeout
Regression introduced in bccaddb leading to more flaky tests.
1 parent 9f983a0 commit fc1bd12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/helper_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ func (l *lbTestHelper) CreateService(lbSvc *corev1.Service) (*corev1.Service, er
289289
return nil, fmt.Errorf("could not create service: %w", err)
290290
}
291291

292-
ctx, cancel := context.WithTimeout(l.t.Context(), 4*time.Minute)
292+
ctx, cancel := context.WithTimeout(l.t.Context(), 6*time.Minute)
293293
defer cancel()
294294

295295
retries := 0

0 commit comments

Comments
 (0)