summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-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 80809fc55..528c74d9c 100755
--- a/tools/ci/scripts/runtests.sh
+++ b/tools/ci/scripts/runtests.sh
@@ -16,7 +16,7 @@ while true; do
exit 1
fi
if [[ $n -ge 5 ]]; then
- exit 0
+ break
fi
sleep 5s
n=$((n+1))