Up cmd/e2e timeout

Attempt to fix https://github.com/GoogleCloudPlatform/kubernetes/issues/3053
This commit is contained in:
Zach Loafman 2014-12-21 06:16:27 -08:00
parent 36cfc02c6c
commit 57e1450ca7

View File

@ -397,8 +397,8 @@ func main() {
go func() {
defer util.FlushLogs()
time.Sleep(3 * time.Minute)
glog.Fatalf("This test has timed out.")
time.Sleep(5 * time.Minute)
glog.Fatalf("This test has timed out. Cleanup not guaranteed.")
}()
c := loadClientOrDie()