Increase wait times in e2e tests
This commit is contained in:
parent
43ca5f5ef1
commit
b5f644f605
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ func (f *Framework) waitForReload(fn func()) {
|
||||||
err := wait.Poll(Poll, DefaultTimeout, func() (bool, error) {
|
err := wait.Poll(Poll, DefaultTimeout, func() (bool, error) {
|
||||||
// most of the cases reload the ingress controller
|
// most of the cases reload the ingress controller
|
||||||
// in cases where the value is not modified we could wait forever
|
// in cases where the value is not modified we could wait forever
|
||||||
if count > 3 {
|
if count > 10 {
|
||||||
return true, nil
|
return true, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue