From e8f82981eb97a9253b1ea350bbcd22bda5719b2e Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Mon, 8 Jul 2024 16:49:40 +0200 Subject: increase sleep --- .scripts.d/30-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.scripts.d') diff --git a/.scripts.d/30-test.sh b/.scripts.d/30-test.sh index a8be746..a357caf 100644 --- a/.scripts.d/30-test.sh +++ b/.scripts.d/30-test.sh @@ -13,7 +13,7 @@ command -v docker >/dev/null 2>&1 || { # install goss curl -fsSL https://goss.rocks/install | sh -export GOSS_SLEEP=${GOSS_SLEEP:-5} +export GOSS_SLEEP=${GOSS_SLEEP:-30} export GOSS_VARS=${GOSS_VARS:-} export GOSS_ADDITIONAL_COPY_PATH=${GOSS_ADDITIONAL_COPY_PATH:-} export GOSS_OPTS="--format junit --no-color" -- cgit v1.2.3