Commit 183c1880 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #22563 from derekwaynecarr/node_e2e

Auto commit by PR queue bot
parents 822374ff f0bfbced
...@@ -30,7 +30,7 @@ import ( ...@@ -30,7 +30,7 @@ import (
"github.com/golang/glog" "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 { type e2eService struct {
etcdCmd *exec.Cmd etcdCmd *exec.Cmd
......
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