Skip to content

Commit

Permalink
Merge pull request containers#2263 from cevich/longer_info_wait
Browse files Browse the repository at this point in the history
Increase e2e info/json test exit timeout
  • Loading branch information
openshift-merge-robot authored Feb 4, 2019
2 parents 465e19b + b7d052e commit 0138430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/info_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var _ = Describe("Podman Info", func() {

It("podman info json output", func() {
session := podmanTest.Podman([]string{"info", "--format=json"})
session.Wait()
session.WaitWithDefaultTimeout()
Expect(session.ExitCode()).To(Equal(0))

})
Expand Down

0 comments on commit 0138430

Please sign in to comment.