diff --git a/test/ci_integration.sh b/test/ci_integration.sh index 372838d121..0468092d81 100755 --- a/test/ci_integration.sh +++ b/test/ci_integration.sh @@ -63,8 +63,8 @@ main() { kitchen converge "$SUITE" if [[ "$SUITE" == "stub-domains-local" ]] then - echo "Sleeping for 90 seconds to allow resources to converge" - sleep 90 + echo "Sleeping for 120 seconds to allow resources to converge" + sleep 120 fi kitchen converge "$SUITE" kitchen verify "$SUITE"