Skip to content

Commit ed1782f

Browse files
committed
test: create Load Balancer timeout of eight minutes
1 parent eb837ee commit ed1782f

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
@@ -288,7 +288,7 @@ func (l *lbTestHelper) CreateService(lbSvc *corev1.Service) (*corev1.Service, er
288288
return nil, fmt.Errorf("could not create service: %w", err)
289289
}
290290

291-
ctx, cancel := context.WithTimeout(l.t.Context(), 6*time.Minute)
291+
ctx, cancel := context.WithTimeout(l.t.Context(), 8*time.Minute)
292292
defer cancel()
293293

294294
retries := 0

0 commit comments

Comments
 (0)