Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jfclere committed Jan 17, 2023
1 parent 0a54795 commit 913eb7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions controllers/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ var _ = BeforeSuite(func() {
var _ = AfterSuite(func() {
By("tearing down the test environment")
err := testEnv.Stop()
if err != nil {
time.Sleep(4 * time.Second)
}
err = testEnv.Stop()
Expect(err).NotTo(HaveOccurred())
})

Expand Down

0 comments on commit 913eb7f

Please sign in to comment.