We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5cd2076 + c490685 commit a194b16Copy full SHA for a194b16
pkg/monitortests/kubeapiserver/disruptioninclusterapiserver/monitortest.go
@@ -96,7 +96,7 @@ func (i *InvariantInClusterDisruption) createDeploymentAndWaitToRollout(ctx cont
96
return fmt.Errorf("error creating deployment %s: %v", deploymentObj.Namespace, err)
97
}
98
99
- timeLimitedCtx, cancel := context.WithTimeout(ctx, 5*time.Minute)
+ timeLimitedCtx, cancel := context.WithTimeout(ctx, 10*time.Minute)
100
defer cancel()
101
102
if _, watchErr := watchtools.UntilWithSync(timeLimitedCtx,
0 commit comments