mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Merge pull request #13039 from smarterclayton/lengthen_timeout
Lengthen e2e kubectl timeout
This commit is contained in:
commit
af83c8b4ac
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user