Bump timeout time for e2e node test services

pull/6/head
derekwaynecarr 2016-03-04 17:07:35 -05:00
parent 4e00333f9b
commit f0bfbcedcd
1 changed files with 1 additions and 1 deletions

View File

@ -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