Skip to content

Commit a726082

Browse files
author
Vadim Rutkovsky
committed
tls registry: extend time for cert collection pod to start
1 parent 3fd5f62 commit a726082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extended/operators/certs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ func createPods(ctx context.Context, kubeClient kubernetes.Interface, namespace
385385
return podOnNode, fmt.Errorf("error creating pod on node %s: %v", node.Name, err)
386386
}
387387

388-
timeLimitedCtx, cancel := context.WithTimeout(ctx, time.Minute)
388+
timeLimitedCtx, cancel := context.WithTimeout(ctx, 5*time.Minute)
389389
defer cancel()
390390

391391
if _, watchErr := watchtools.UntilWithSync(timeLimitedCtx,

0 commit comments

Comments
 (0)