Commit cc95dc58 authored by Clayton Coleman's avatar Clayton Coleman

Lengthen e2e kubectl timeout

30s on guestbook-go being pulled from the docker hub is tight - occasionally lag in the DockerHub can cause kubectl expose it should create services for rc to flake.
parent 65f4ebd9
...@@ -332,7 +332,7 @@ var _ = Describe("Kubectl client", func() { ...@@ -332,7 +332,7 @@ var _ = Describe("Kubectl client", func() {
nsFlag := fmt.Sprintf("--namespace=%v", ns) nsFlag := fmt.Sprintf("--namespace=%v", ns)
redisPort := 6379 redisPort := 6379
serviceTimeout := 30 * time.Second serviceTimeout := 60 * time.Second
By("creating Redis RC") By("creating Redis RC")
runKubectl("create", "-f", controllerJson, nsFlag) runKubectl("create", "-f", controllerJson, nsFlag)
......
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