Skip to content

Commit a194b16

Browse files
Merge pull request #29999 from openshift-cherrypick-robot/cherry-pick-29970-to-release-4.19
[release-4.19] OCPBUGS-59512: disruptioninclusterapiserver: bump timeout to 10 mins
2 parents 5cd2076 + c490685 commit a194b16

File tree

1 file changed

+1
-1
lines changed
  • pkg/monitortests/kubeapiserver/disruptioninclusterapiserver

1 file changed

+1
-1
lines changed

pkg/monitortests/kubeapiserver/disruptioninclusterapiserver/monitortest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func (i *InvariantInClusterDisruption) createDeploymentAndWaitToRollout(ctx cont
9696
return fmt.Errorf("error creating deployment %s: %v", deploymentObj.Namespace, err)
9797
}
9898

99-
timeLimitedCtx, cancel := context.WithTimeout(ctx, 5*time.Minute)
99+
timeLimitedCtx, cancel := context.WithTimeout(ctx, 10*time.Minute)
100100
defer cancel()
101101

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

0 commit comments

Comments
 (0)