Commit 2bc8d233 authored by Brendan Burns's avatar Brendan Burns

Merge pull request #3081 from zmerlynn/i3053

Up cmd/e2e timeout
parents e9f8adfe 57e1450c
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment