From 3c4f4bf5616464e85f3e7ec9cbdec5ad2d547503 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Thu, 14 Mar 2019 10:10:50 -0400 Subject: 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 --- test/e2e/info_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/e2e/info_test.go') diff --git a/test/e2e/info_test.go b/test/e2e/info_test.go index 046297bc0..c960fb311 100644 --- a/test/e2e/info_test.go +++ b/test/e2e/info_test.go @@ -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)) }) -- cgit v1.2.3-54-g00ecf