summaryrefslogtreecommitdiff
path: root/tools/ci/scripts/runtests.sh
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-02-08 21:04:12 -0300
committerJesusaves <cpntb1@ymail.com>2024-02-08 21:04:12 -0300
commitc92f71514c54641340b7c11f95357a9a4d35b27e (patch)
treed843442ee95b9a726a774bc47df36ada5da31b07 /tools/ci/scripts/runtests.sh
parent804ff57328837c09a692ddbe2d3ebb755d57a7c8 (diff)
downloadmanaverse-c92f71514c54641340b7c11f95357a9a4d35b27e.tar.gz
manaverse-c92f71514c54641340b7c11f95357a9a4d35b27e.tar.bz2
manaverse-c92f71514c54641340b7c11f95357a9a4d35b27e.tar.xz
manaverse-c92f71514c54641340b7c11f95357a9a4d35b27e.zip
Cut down some of the waiting times during CI tests.
If it works, CI performance will be greatly improved.
Diffstat (limited to 'tools/ci/scripts/runtests.sh')
-rwxr-xr-xtools/ci/scripts/runtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/scripts/runtests.sh b/tools/ci/scripts/runtests.sh
index 9f0a6729f..1263521f9 100755
--- a/tools/ci/scripts/runtests.sh
+++ b/tools/ci/scripts/runtests.sh
@@ -32,7 +32,7 @@ while true; do
if [ "$?" != 0 ]; then
exit 1
fi
- if [[ $n -ge 3 ]]; then
+ if [[ $n -ge 2 ]]; then # Do a second test just to be on the safe side
break
fi
sleep 5