From c56dd3ddc7e7d20cf001fee7c6028d862adf6b2e Mon Sep 17 00:00:00 2001 From: Satnam Singh Date: Fri, 30 Jan 2015 08:30:09 -0800 Subject: [PATCH] Increase timeout for Go tests --- test/e2e/driver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/driver.go b/test/e2e/driver.go index 384ff67bd0e..7f2664f2ebb 100644 --- a/test/e2e/driver.go +++ b/test/e2e/driver.go @@ -55,7 +55,7 @@ func RunE2ETests(authConfig, certDir, host, repoRoot, provider string, orderseed // for each test and use that information to estimate a timeout // value. Until then, as we add more tests (and before we move to // parallel testing) we need to adjust this value as we add more tests. - time.Sleep(15 * time.Minute) + time.Sleep(40 * time.Minute) glog.Fatalf("This test has timed out. Cleanup not guaranteed.") }()