Bump timeout on a podman info test to default

Saw this flake a few times because of a timeout issue.

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
Matthew Heon
2019-03-14 10:10:50 -04:00
parent 7426d4fbbe
commit 3c4f4bf561

View File

@ -41,7 +41,7 @@ var _ = Describe("Podman Info", func() {
})
It("podman system info json output", func() {
session := podmanTest.Podman([]string{"system", "info", "--format=json"})
session.Wait()
session.WaitWithDefaultTimeout()
Expect(session.ExitCode()).To(Equal(0))
})