Remove hard-coded timeout in e2e tests
This commit is contained in:
parent
d9983cb387
commit
68bfbd939b
10 changed files with 5 additions and 72 deletions
|
|
@ -48,7 +48,7 @@ var _ = framework.IngressNginxDescribe("Custom Default Backend", func() {
|
|||
return err
|
||||
})
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
time.Sleep(1 * time.Second)
|
||||
time.Sleep(5 * time.Second)
|
||||
|
||||
f.WaitForNginxServer("_",
|
||||
func(server string) bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue