summaryrefslogtreecommitdiff
path: root/uitest
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-02-27 03:17:39 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-02-27 09:42:29 +0000
commit2b0748ed1fb727cb52b5c9e423b00242d155d099 (patch)
treea762c580603b5c141f547c7c7b1423e73d7ddbf8 /uitest
parent1ef6bf449b973962e9d9c359461107346499fb27 (diff)
uitest: increase the shutdown timeout
Seems that under really high load 5 seconds is not enough. Change-Id: Ia0b2f7ff7bf469d188c9ceea0edc7f1d2d4002d3 Reviewed-on: https://gerrit.libreoffice.org/34666 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'uitest')
-rw-r--r--uitest/libreoffice/connection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/libreoffice/connection.py b/uitest/libreoffice/connection.py
index a2fbc20c21cc..33e938581698 100644
--- a/uitest/libreoffice/connection.py
+++ b/uitest/libreoffice/connection.py
@@ -128,7 +128,7 @@ class OfficeConnection:
DEFAULT_SLEEP = 0.1
time_ = 0
- while time_ < 5:
+ while time_ < 30:
time_ += DEFAULT_SLEEP
ret_attr = self.soffice.poll()
if ret_attr is not None: