Fix leaky test

This commit is contained in:
Andrew Louis 2018-04-18 11:33:51 -04:00
parent 444914b764
commit 882a99c1ec
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ var _ = framework.IngressNginxDescribe("Dynamic Configuration", func() {
return err
})
Expect(err).NotTo(HaveOccurred())
time.Sleep(5 * time.Second)
By("Making a first request")
host := "foo.com"