From aa3e06b1890b7e7c434cfdc687086b72fd712d3b Mon Sep 17 00:00:00 2001 From: Elvin Efendi Date: Wed, 22 Aug 2018 21:20:57 -0400 Subject: [PATCH] fix flaky luarestywaf test --- test/e2e/annotations/luarestywaf.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/e2e/annotations/luarestywaf.go b/test/e2e/annotations/luarestywaf.go index 5ffa686ac..ed332db04 100644 --- a/test/e2e/annotations/luarestywaf.go +++ b/test/e2e/annotations/luarestywaf.go @@ -150,6 +150,8 @@ func createIngress(f *framework.Framework, host, service string, port int, annot }) Expect(err).NotTo(HaveOccurred()) + time.Sleep(1 * time.Second) + resp, body, errs := gorequest.New(). Get(f.IngressController.HTTPURL). Set("Host", host).