Commit af83c8b4 authored by Zach Loafman's avatar Zach Loafman

Merge pull request #13039 from smarterclayton/lengthen_timeout

Lengthen e2e kubectl timeout
parents 29369b0d cc95dc58
......@@ -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)
......
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