more time while recreating the pod
This commit is contained in:
parent
7a4233654a
commit
206c9014e4
|
|
@ -61,7 +61,7 @@ func waitForRecreateJenkinsMasterPod(jenkins *v1alpha2.Jenkins) {
|
|||
}
|
||||
|
||||
return pods.Items[0].DeletionTimestamp == nil, nil
|
||||
}, 30*retryInterval, retryInterval).Should(gomega.BeTrue())
|
||||
}, 50*retryInterval, retryInterval).Should(gomega.BeTrue())
|
||||
|
||||
_, _ = fmt.Fprintf(ginkgo.GinkgoWriter, "Jenkins pod has been recreated\n")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue