mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Up cmd/e2e timeout
Attempt to fix https://github.com/GoogleCloudPlatform/kubernetes/issues/3053
This commit is contained in:
parent
36cfc02c6c
commit
57e1450ca7
@ -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