Commit 57e1450c authored by Zach Loafman's avatar Zach Loafman
parent 36cfc02c
...@@ -397,8 +397,8 @@ func main() { ...@@ -397,8 +397,8 @@ func main() {
go func() { go func() {
defer util.FlushLogs() defer util.FlushLogs()
time.Sleep(3 * time.Minute) time.Sleep(5 * time.Minute)
glog.Fatalf("This test has timed out.") glog.Fatalf("This test has timed out. Cleanup not guaranteed.")
}() }()
c := loadClientOrDie() 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