fix tests/integration/app_remove.bats
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
p4u1 2024-02-23 12:12:56 +01:00
parent 8a84b1067c
commit 2f29fbeb2e
1 changed files with 4 additions and 1 deletions

View File

@ -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"