mirror of https://github.com/containers/podman.git
Merge pull request #2263 from cevich/longer_info_wait
Increase e2e info/json test exit timeout
This commit is contained in:
commit
0138430e10
|
@ -35,7 +35,7 @@ var _ = Describe("Podman Info", func() {
|
||||||
|
|
||||||
It("podman info json output", func() {
|
It("podman info json output", func() {
|
||||||
session := podmanTest.Podman([]string{"info", "--format=json"})
|
session := podmanTest.Podman([]string{"info", "--format=json"})
|
||||||
session.Wait()
|
session.WaitWithDefaultTimeout()
|
||||||
Expect(session.ExitCode()).To(Equal(0))
|
Expect(session.ExitCode()).To(Equal(0))
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue