Skip to content

Commit

Permalink
[test] Waiting longer for tearing down the project
Browse files Browse the repository at this point in the history
  • Loading branch information
didierofrivia committed Dec 5, 2022
1 parent 34888de commit 4f94832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func DeleteNamespaceCallback(namespace *string) func() {
return true
}
return false
}, time.Minute, 5*time.Second).Should(BeTrue())
}, 3*time.Minute, 2*time.Second).Should(BeTrue())
}
}

Expand Down

0 comments on commit 4f94832

Please sign in to comment.