Skip to content

Commit

Permalink
Extend stub domains sleep to 120 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-lane committed Jun 3, 2019
1 parent 361a87a commit 629d430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ci_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 629d430

Please sign in to comment.