aboutsummaryrefslogtreecommitdiff
path: root/.scripts.d/30-test.sh
diff options
context:
space:
mode:
authorChristian Segundo2024-07-08 16:49:40 +0200
committerChristian Segundo2024-07-08 16:49:40 +0200
commite8f82981eb97a9253b1ea350bbcd22bda5719b2e (patch)
tree14b18ab6a1594ee0938816c61e06c2f1618cbbe7 /.scripts.d/30-test.sh
parent850a4793771e34790f25908acf8f32207da6fbb9 (diff)
downloadlanguagetool-e8f82981eb97a9253b1ea350bbcd22bda5719b2e.tar.gz
increase sleep
Diffstat (limited to '.scripts.d/30-test.sh')
-rw-r--r--.scripts.d/30-test.sh2
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"