Skip to content

Commit

Permalink
Bump timeout for dmsetup
Browse files Browse the repository at this point in the history
  • Loading branch information
Callisto13 committed Nov 11, 2021
1 parent 76d46d5 commit 29cd4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/utils/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func (r *Runner) createThinPools() {
session, err := gexec.Start(command, gk.GinkgoWriter, gk.GinkgoWriter)

gm.Expect(err).NotTo(gm.HaveOccurred())
gm.Eventually(session).Should(gexec.Exit(0))
gm.Eventually(session, "20s").Should(gexec.Exit(0))
}

func (r *Runner) cleanupThinPools() {
Expand Down

0 comments on commit 29cd4bf

Please sign in to comment.