Improve speed of e2e tests
This commit is contained in:
parent
10fc2548b4
commit
42e0c0abf7
7 changed files with 12 additions and 9 deletions
|
|
@ -52,7 +52,7 @@ var _ = framework.IngressNginxDescribe("Dynamic Configuration", func() {
|
|||
Expect(err).NotTo(HaveOccurred())
|
||||
Expect(ing).NotTo(BeNil())
|
||||
|
||||
time.Sleep(5 * time.Second)
|
||||
time.Sleep(10 * time.Second)
|
||||
|
||||
err = f.WaitForNginxServer(host,
|
||||
func(server string) bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue