summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/e2e/start_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/e2e/start_test.go b/test/e2e/start_test.go
index d5d12fc71..cb2db0810 100644
--- a/test/e2e/start_test.go
+++ b/test/e2e/start_test.go
@@ -219,6 +219,7 @@ var _ = Describe("Podman start", func() {
cid := session.OutputToString()
session = podmanTest.Podman([]string{"start", cid})
+ session.WaitWithDefaultTimeout()
Expect(session.ExitCode()).To(Equal(0))
readFirstLine := func(path string) string {
content, err := ioutil.ReadFile(path)