Skip to content

Commit

Permalink
remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
domdom82 committed Jun 20, 2023
1 parent 886953a commit bdd887d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion acceptance-tests/bosh_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ func deployPcap(baseManifestVars baseManifestVars, customOpsfiles []string, cust
session, err := gexec.Start(cmd, GinkgoWriter, GinkgoWriter)
Expect(err).NotTo(HaveOccurred())

time.Sleep(2 * time.Hour)
const timeout = 20
if expectSuccess {
Eventually(session, timeout*time.Minute, time.Second).Should(gexec.Exit(0))
Expand Down

0 comments on commit bdd887d

Please sign in to comment.