From 2b0748ed1fb727cb52b5c9e423b00242d155d099 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Mon, 27 Feb 2017 03:17:39 +0100 Subject: 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 Tested-by: Markus Mohrhard --- uitest/libreoffice/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit