From 03c38237707ae795b723180eb07a7edc84a8de35 Mon Sep 17 00:00:00 2001 From: p4u1 Date: Sun, 18 Feb 2024 14:12:18 +0100 Subject: [PATCH] fix tests/integration/app_volume.bats --- tests/integration/app_volume.bats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/app_volume.bats b/tests/integration/app_volume.bats index 5b4ff600..99acc6c9 100644 --- a/tests/integration/app_volume.bats +++ b/tests/integration/app_volume.bats @@ -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