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
|
|
@ -93,6 +93,8 @@ func (f *Framework) EnsureIngress(ingress *networking.Ingress) *networking.Ingre
|
|||
ing.Annotations = make(map[string]string)
|
||||
}
|
||||
|
||||
time.Sleep(5 * time.Second)
|
||||
|
||||
return ing
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue