Increase timeout for Go tests

This commit is contained in:
Satnam Singh 2015-01-30 08:30:09 -08:00
parent 9a8d20a2fc
commit c56dd3ddc7

View File

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