Skip to content

Commit

Permalink
Merge pull request #16522 from edsantiago/podman_restart_flake
Browse files Browse the repository at this point in the history
e2e tests: fix restart race
  • Loading branch information
openshift-merge-robot authored Nov 15, 2022
2 parents 6c37cf3 + 58869dc commit 320d507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/restart_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var _ = Describe("Podman restart", func() {
startTime := podmanTest.Podman([]string{"inspect", "--format='{{.State.StartedAt}}'", cid})
startTime.WaitWithDefaultTimeout()

startSession := podmanTest.Podman([]string{"start", cid})
startSession := podmanTest.Podman([]string{"start", "--attach", cid})
startSession.WaitWithDefaultTimeout()
Expect(startSession).Should(Exit(0))

Expand Down

0 comments on commit 320d507

Please sign in to comment.