mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
commit
2bc8d2339a
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user