Fix flaky auth test
This commit is contained in:
parent
2f71c12add
commit
334c38255d
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ var _ = framework.IngressNginxDescribe("Annotations - Auth", func() {
|
|||
f.NewHttpbinDeployment()
|
||||
|
||||
var httpbinIP string
|
||||
err := wait.PollImmediate(time.Second, time.Minute, func() (bool, error) {
|
||||
err := wait.PollImmediate(framework.Poll, 5*time.Minute, func() (bool, error) {
|
||||
e, err := f.KubeClientSet.CoreV1().Endpoints(f.IngressController.Namespace).Get("httpbin", metav1.GetOptions{})
|
||||
if errors.IsNotFound(err) {
|
||||
return false, nil
|
||||
|
|
Loading…
Reference in a new issue