diff --git a/tests/integration/app_remove.bats b/tests/integration/app_remove.bats index 8800e70a..4cf6f07a 100644 --- a/tests/integration/app_remove.bats +++ b/tests/integration/app_remove.bats @@ -104,7 +104,10 @@ teardown(){ _undeploy_app - run $ABRA app volume rm "$TEST_APP_DOMAIN" + # TODO: should wait as long as volume is no longer in use + sleep 10 + + run $ABRA app volume rm "$TEST_APP_DOMAIN" --no-input assert_success run $ABRA app volume ls "$TEST_APP_DOMAIN"