aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWilliam Hua <william.hua@canonical.com>2013-08-12 02:12:07 +0000
committerTarmac <Unknown>2013-08-12 02:12:07 +0000
commitb95b1793605426da03ca61d3c825c93bd9eaf64e (patch)
treeec407054fa0ec3ff4661055184a15a30b618fc60 /configure.ac
parent0e3bb46532e1858f2cfee808bd66efa225cb2d94 (diff)
parent5c12e10be77351e88b6c550894e4ca34c99aacf8 (diff)
downloadayatana-indicator-keyboard-b95b1793605426da03ca61d3c825c93bd9eaf64e.tar.gz
ayatana-indicator-keyboard-b95b1793605426da03ca61d3c825c93bd9eaf64e.tar.bz2
ayatana-indicator-keyboard-b95b1793605426da03ca61d3c825c93bd9eaf64e.zip
Resolve flaky test by always forcing the delay.
The test used to kill a delay as soon as a change was observed on the action group which was activated. On slower systems, this caused an assertion failure because updating the dconf setting took much longer than getting the change notification. Approved by PS Jenkins bot, Mathieu Trudel-Lapierre.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 31640e6b..79c96c15 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.11 foreign -Wall -Woverride -Wno-portability])
+AM_INIT_AUTOMAKE([1.11 foreign serial-tests -Wall -Woverride -Wno-portability])
AM_SILENT_RULES([yes])
LT_INIT