mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Increase the timeout when waiting for the job to be gone
This commit is contained in:
parent
4da73a5f3d
commit
a82d11bbba
@ -1545,7 +1545,7 @@ metadata:
|
|||||||
Expect(runOutput).To(ContainSubstring("abcd1234"))
|
Expect(runOutput).To(ContainSubstring("abcd1234"))
|
||||||
Expect(runOutput).To(ContainSubstring("stdin closed"))
|
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())
|
Expect(err).NotTo(HaveOccurred())
|
||||||
|
|
||||||
By("verifying the job " + jobName + " was deleted")
|
By("verifying the job " + jobName + " was deleted")
|
||||||
|
Loading…
Reference in New Issue
Block a user