more time while recreating the pod

This commit is contained in:
brokenpip3 2024-02-23 00:02:47 +01:00
parent 7a4233654a
commit 206c9014e4
No known key found for this signature in database
GPG Key ID: 1D9BDC803797B4B6
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ func waitForRecreateJenkinsMasterPod(jenkins *v1alpha2.Jenkins) {
} }
return pods.Items[0].DeletionTimestamp == nil, nil 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") _, _ = fmt.Fprintf(ginkgo.GinkgoWriter, "Jenkins pod has been recreated\n")
} }