diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-24 00:37:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-24 00:37:42 +0300 |
commit | 013889b7021cf5e7c564e5e28521a2bbf305cd9f (patch) | |
tree | b35dad7ce1712461c6c161ca6fc75db0155dc8f1 /tools/ci | |
parent | de24f1e31208c4b006d6169e02450a72a85870b8 (diff) | |
download | plus-013889b7021cf5e7c564e5e28521a2bbf305cd9f.tar.gz plus-013889b7021cf5e7c564e5e28521a2bbf305cd9f.tar.bz2 plus-013889b7021cf5e7c564e5e28521a2bbf305cd9f.tar.xz plus-013889b7021cf5e7c564e5e28521a2bbf305cd9f.zip |
Increase pause after run manaplus in run tests.
Diffstat (limited to 'tools/ci')
-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 66cf28b4c..9a44832e8 100755 --- a/tools/ci/scripts/runtest.sh +++ b/tools/ci/scripts/runtest.sh @@ -20,7 +20,7 @@ function check_is_run { function run { ./src/manaplus --default-cursor --enable-ipc --renderer=0 >logs/run.log 2>&1 & export PID=$! - sleep 12s + sleep 20s } function kill_app { |