mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #3977 from satnam6502/timeout
Increase timeout for Go tests
This commit is contained in:
commit
922148acd8
@ -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.")
|
||||
}()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user