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 8, 2022
1 parent 7f280e0 commit ab78b9a
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 ab78b9a

Please sign in to comment.