fix flaky luarestywaf test
This commit is contained in:
parent
dc952dc462
commit
aa3e06b189
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@ func createIngress(f *framework.Framework, host, service string, port int, annot
|
||||||
})
|
})
|
||||||
Expect(err).NotTo(HaveOccurred())
|
Expect(err).NotTo(HaveOccurred())
|
||||||
|
|
||||||
|
time.Sleep(1 * time.Second)
|
||||||
|
|
||||||
resp, body, errs := gorequest.New().
|
resp, body, errs := gorequest.New().
|
||||||
Get(f.IngressController.HTTPURL).
|
Get(f.IngressController.HTTPURL).
|
||||||
Set("Host", host).
|
Set("Host", host).
|
||||||
|
|
Loading…
Reference in a new issue