Merge pull request #13039 from smarterclayton/lengthen_timeout

Lengthen e2e kubectl timeout
This commit is contained in:
Zach Loafman 2015-08-21 16:07:11 -07:00
commit af83c8b4ac

View File

@ -332,7 +332,7 @@ var _ = Describe("Kubectl client", func() {
nsFlag := fmt.Sprintf("--namespace=%v", ns)
redisPort := 6379
serviceTimeout := 30 * time.Second
serviceTimeout := 60 * time.Second
By("creating Redis RC")
runKubectl("create", "-f", controllerJson, nsFlag)