From 1acf25d5d11780010164a092f529beca423fe45b Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Thu, 11 May 2017 19:51:53 +0300
Subject: Reduce number of run tests in runtests.sh

---
 tools/ci/scripts/runtests.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'tools/ci')

diff --git a/tools/ci/scripts/runtests.sh b/tools/ci/scripts/runtests.sh
index 77eea18ef..252faa208 100755
--- a/tools/ci/scripts/runtests.sh
+++ b/tools/ci/scripts/runtests.sh
@@ -17,7 +17,7 @@ while true; do
     if [ "$?" != 0 ]; then
         exit 1
     fi
-    if [[ $n -ge 5 ]]; then
+    if [[ $n -ge 1 ]]; then
         break
     fi
     sleep 5s
@@ -32,7 +32,7 @@ while true; do
     if [ "$?" != 0 ]; then
         exit 1
     fi
-    if [[ $n -ge 5 ]]; then
+    if [[ $n -ge 1 ]]; then
         exit 0
     fi
     sleep 5s
-- 
cgit v1.2.3-70-g09d2