From fb4c248f020677cc4499dd8f9ed829b23757bbc3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 1 Jun 2020 05:00:55 +0300 Subject: Increase sleep from 5 to 7 seconds in runtest ci script --- tools/ci/scripts/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/scripts/runtest.sh b/tools/ci/scripts/runtest.sh index 259e5655a..dc2aa108c 100755 --- a/tools/ci/scripts/runtest.sh +++ b/tools/ci/scripts/runtest.sh @@ -91,7 +91,7 @@ function final_log { function send_command { echo -n "$1" | nc 127.0.0.1 44007 - sleep 5s + sleep 7s check_is_run check_assert } -- cgit v1.2.3-60-g2f50