Skip to content

Commit f6bac9e

Browse files
committed
test(e2e): allow slower scheduling convergence after uncordon
1 parent a94fc08 commit f6bac9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ spec:
361361
out, getErr := utils.Run(getCmd)
362362
g.Expect(getErr).NotTo(HaveOccurred())
363363
g.Expect(strings.TrimSpace(out)).NotTo(BeEmpty())
364-
}).Should(Succeed())
364+
}, 5*time.Minute, 2*time.Second).Should(Succeed())
365365
})
366366

367367
It("keeps VM Pending with unmatched taint, schedules VM with matching toleration", func() {

0 commit comments

Comments
 (0)