diff options
author | Andrei Karas <akaras@inbox.ru> | 2020-06-01 05:00:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2020-06-01 05:00:55 +0300 |
commit | fb4c248f020677cc4499dd8f9ed829b23757bbc3 (patch) | |
tree | 9d4feca61874c4dd8d99b1e32ec214f257d94442 | |
parent | 1f1e4825a3b1702add0d83f029d3054080f3d8bf (diff) | |
download | plus-fb4c248f020677cc4499dd8f9ed829b23757bbc3.tar.gz plus-fb4c248f020677cc4499dd8f9ed829b23757bbc3.tar.bz2 plus-fb4c248f020677cc4499dd8f9ed829b23757bbc3.tar.xz plus-fb4c248f020677cc4499dd8f9ed829b23757bbc3.zip |
Increase sleep from 5 to 7 seconds in runtest ci script
-rwxr-xr-x | tools/ci/scripts/runtest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |