summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-24 00:37:42 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-24 00:37:42 +0300
commit013889b7021cf5e7c564e5e28521a2bbf305cd9f (patch)
treeb35dad7ce1712461c6c161ca6fc75db0155dc8f1
parentde24f1e31208c4b006d6169e02450a72a85870b8 (diff)
downloadplus-013889b7021cf5e7c564e5e28521a2bbf305cd9f.tar.gz
plus-013889b7021cf5e7c564e5e28521a2bbf305cd9f.tar.bz2
plus-013889b7021cf5e7c564e5e28521a2bbf305cd9f.tar.xz
plus-013889b7021cf5e7c564e5e28521a2bbf305cd9f.zip
Increase pause after run manaplus in run tests.
-rwxr-xr-xtools/ci/scripts/runtest.sh2
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 {