From 0a13042d48cb26439aa02a19fe959f93f2f22ac1 Mon Sep 17 00:00:00 2001 From: Nicolas Lacasse Date: Tue, 2 Oct 2018 17:27:09 -0700 Subject: Bump some timeouts in the image tests. PiperOrigin-RevId: 215489101 Change-Id: Iaf96aa8edb1101b70548030c62995841215237d9 --- runsc/test/image/image_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runsc/test') diff --git a/runsc/test/image/image_test.go b/runsc/test/image/image_test.go index 5048ffdd7..71d992115 100644 --- a/runsc/test/image/image_test.go +++ b/runsc/test/image/image_test.go @@ -285,7 +285,7 @@ func TestRuby(t *testing.T) { } // Wait until it's up and running, 'gem install' can take some time. - if err := testutil.WaitForHTTP(port, 30*time.Second); err != nil { + if err := testutil.WaitForHTTP(port, 1*time.Minute); err != nil { t.Fatalf("WaitForHTTP() timeout: %v", err) } -- cgit v1.2.3