From 32dd79ba451c949f764e73004795ec07f699cdd4 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 20 Jun 2017 14:15:26 +0200 Subject: MAX_WAIT turns out to be too small ...at least for my ASan+UBSan build, causing spurious 'make check' failures Change-Id: I6871e6fbc41790de1b38b1b7757b93d349154f47 --- uitest/uitest/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uitest') 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: -- cgit