Skip to content

Commit

Permalink
Remove sleep from stub-domains suite
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-lane committed Jun 4, 2019
1 parent 28c8bf9 commit 28d37ab
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/ci_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ main() {
# Execute the test lifecycle
kitchen create "$SUITE"
kitchen converge "$SUITE"
if [[ "$SUITE" == "stub-domains-local" ]]
then
echo "Sleeping for 120 seconds to allow resources to converge"
sleep 120
fi
if [[ "$SUITE" != "deploy-service-local" ]]
then
kitchen converge "$SUITE"
Expand Down

0 comments on commit 28d37ab

Please sign in to comment.