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.") }()