Skip to content

Commit

Permalink
Fix leaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Louis committed Apr 18, 2018
1 parent 444914b commit 882a99c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/lua/dynamic_configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 882a99c

Please sign in to comment.