diff options
Diffstat (limited to '.scripts.d')
-rw-r--r-- | .scripts.d/30-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |