diff --git a/tests/integration/app_deploy.bats b/tests/integration/app_deploy.bats index 59c192f6..4f3bcbee 100644 --- a/tests/integration/app_deploy.bats +++ b/tests/integration/app_deploy.bats @@ -37,9 +37,9 @@ teardown(){ fi # NOTE(d1): give some extra space for the pure chaos that we are unleashing - # on the CI machine with with these deploy tests. the hope is to - # prevent lock-ups and network failures which are common in flaky - # swarm mode + # on the CI machine with these deploy tests. the hope is to prevent + # lock-ups and network failures which are common in flaky swarm + # mode sleep 1 }