[Libreoffice-commits] core.git: uitest/uitest
Stephan Bergmann
sbergman at redhat.com
Tue Jun 20 12:17:21 UTC 2017
uitest/uitest/config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 32dd79ba451c949f764e73004795ec07f699cdd4
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Jun 20 14:15:26 2017 +0200
MAX_WAIT turns out to be too small
...at least for my ASan+UBSan build, causing spurious 'make check' failures
Change-Id: I6871e6fbc41790de1b38b1b7757b93d349154f47
diff --git a/uitest/uitest/config.py b/uitest/uitest/config.py
index 4ba4146a15a8..d9a86baae84b 100644
--- a/uitest/uitest/config.py
+++ b/uitest/uitest/config.py
@@ -9,6 +9,6 @@ use_sleep = False
DEFAULT_SLEEP = 0.1
-MAX_WAIT = 30
+MAX_WAIT = 60
# vim: set shiftwidth=4 softtabstop=4 expandtab:
More information about the Libreoffice-commits
mailing list