Merge pull request #2263 from cevich/longer_info_wait

Increase e2e info/json test exit timeout
This commit is contained in:
OpenShift Merge Robot 2019-02-04 21:09:45 +01:00 committed by GitHub
commit 0138430e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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))
})