diff options
-rw-r--r-- | runsc/test/image/python_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/test/image/python_test.go b/runsc/test/image/python_test.go index f0dab3989..e7324e83e 100644 --- a/runsc/test/image/python_test.go +++ b/runsc/test/image/python_test.go @@ -37,7 +37,7 @@ func TestPythonHello(t *testing.T) { } // Wait until it's up and running. - if err := d.WaitForHTTP(port, 5*time.Second); err != nil { + if err := d.WaitForHTTP(port, 10*time.Second); err != nil { t.Fatalf("docker.WaitForHTTP() timeout: %v", err) } |