mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Bump timeout time for e2e node test services
This commit is contained in:
parent
4e00333f9b
commit
f0bfbcedcd
@ -30,7 +30,7 @@ import (
|
||||
"github.com/golang/glog"
|
||||
)
|
||||
|
||||
var serverStartTimeout = flag.Duration("server-start-timeout", time.Second*30, "Time to wait for each server to become healthy.")
|
||||
var serverStartTimeout = flag.Duration("server-start-timeout", time.Second*120, "Time to wait for each server to become healthy.")
|
||||
|
||||
type e2eService struct {
|
||||
etcdCmd *exec.Cmd
|
||||
|
Loading…
Reference in New Issue
Block a user