From 773f91f06b934347494149d6900ec4a67389a3a2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 4 Jun 2020 11:58:33 +0300 Subject: Remove s from command sleep in run scripts in ci --- tools/ci/scripts/runtests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/ci/scripts/runtests.sh') diff --git a/tools/ci/scripts/runtests.sh b/tools/ci/scripts/runtests.sh index 60b12abb9..18bcd7512 100755 --- a/tools/ci/scripts/runtests.sh +++ b/tools/ci/scripts/runtests.sh @@ -35,7 +35,7 @@ while true; do if [[ $n -ge 3 ]]; then break fi - sleep 5s + sleep 5 n=$((n+1)) done @@ -54,6 +54,6 @@ while true; do if [[ $n -ge 1 ]]; then exit 0 fi - sleep 5s + sleep 5 n=$((n+1)) done -- cgit v1.2.3-70-g09d2