summaryrefslogtreecommitdiff
path: root/tools/ci/scripts/runtests.sh
diff options
context:
space:
mode:
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