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

This commit is contained in:
p4u1 2024-02-18 14:12:18 +01:00
parent ad323ad2bd
commit 03c3823770
1 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ teardown(){
_undeploy_app
# NOTE(d1): to let the stack come down before nuking volumes
sleep 5
sleep 10
run $ABRA app volume rm "$TEST_APP_DOMAIN" --force
assert_success
@ -93,7 +93,7 @@ teardown(){
_undeploy_app
# NOTE(d1): to let the stack come down before nuking volumes
sleep 5
sleep 10
run $ABRA app volume rm "$TEST_APP_DOMAIN" --force
assert_success