mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Merge pull request #64399 from soltysh/fix_kubecl_job
Automatic merge from submit-queue (batch tested with PRs 64399, 64324, 64404, 64406, 64396). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Increase the timeout when waiting for the job to be gone **What this PR does / why we need it**: Addresses one of the issues mentioned in https://github.com/kubernetes/kubernetes/issues/64362 /assign @sttts **Release note**: ```release-note NONE ```
This commit is contained in:
commit
dde21c4c74
@ -1545,7 +1545,7 @@ metadata:
|
||||
Expect(runOutput).To(ContainSubstring("abcd1234"))
|
||||
Expect(runOutput).To(ContainSubstring("stdin closed"))
|
||||
|
||||
err := framework.WaitForJobGone(c, ns, jobName, 10*time.Second)
|
||||
err := framework.WaitForJobGone(c, ns, jobName, wait.ForeverTestTimeout)
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
|
||||
By("verifying the job " + jobName + " was deleted")
|
||||
|
Loading…
Reference in New Issue
Block a user