From 28d37ab1764e657f44cf397baeb026082e20c7a9 Mon Sep 17 00:00:00 2001 From: Aaron Lane Date: Tue, 4 Jun 2019 17:14:48 -0400 Subject: [PATCH] Remove sleep from stub-domains suite --- test/ci_integration.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/ci_integration.sh b/test/ci_integration.sh index 4be2b0e800..3769e74db2 100755 --- a/test/ci_integration.sh +++ b/test/ci_integration.sh @@ -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"