We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94fc08 commit f6bac9eCopy full SHA for f6bac9e
1 file changed
test/e2e/e2e_test.go
@@ -361,7 +361,7 @@ spec:
361
out, getErr := utils.Run(getCmd)
362
g.Expect(getErr).NotTo(HaveOccurred())
363
g.Expect(strings.TrimSpace(out)).NotTo(BeEmpty())
364
- }).Should(Succeed())
+ }, 5*time.Minute, 2*time.Second).Should(Succeed())
365
})
366
367
It("keeps VM Pending with unmatched taint, schedules VM with matching toleration", func() {
0 commit comments