Fix wait times in e2e tests
This commit is contained in:
parent
59a7f51cd4
commit
351248fabb
3 changed files with 5 additions and 3 deletions
|
|
@ -97,7 +97,7 @@ var _ = framework.IngressNginxDescribe("[Shutdown] ingress controller", func() {
|
|||
result <- resp.StatusCode
|
||||
}()
|
||||
|
||||
framework.Sleep(1)
|
||||
framework.Sleep(1 * time.Second)
|
||||
|
||||
f.ScaleDeploymentToZero("nginx-ingress-controller")
|
||||
|
||||
|
|
@ -142,7 +142,7 @@ var _ = framework.IngressNginxDescribe("[Shutdown] ingress controller", func() {
|
|||
result <- resp.StatusCode
|
||||
}()
|
||||
|
||||
framework.Sleep(1)
|
||||
framework.Sleep(1 * time.Second)
|
||||
|
||||
f.ScaleDeploymentToZero("nginx-ingress-controller")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue