Fix leaky test
This commit is contained in:
parent
444914b764
commit
882a99c1ec
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue