diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-01-23 14:16:37 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-01-23 14:16:37 -0500 |
commit | fc8b73e958822e33c7dd8e3034bfdcc6addfe464 (patch) | |
tree | f2ebc1a627e6661e37e6e64a81f02db91769b11a /tests | |
parent | 1c9c770b6f15b6743997eb5a9c9c8d1faa57ebd7 (diff) | |
download | libayatana-appindicator-fc8b73e958822e33c7dd8e3034bfdcc6addfe464.tar.gz libayatana-appindicator-fc8b73e958822e33c7dd8e3034bfdcc6addfe464.tar.bz2 libayatana-appindicator-fc8b73e958822e33c7dd8e3034bfdcc6addfe464.zip |
Increase dbus-test-runner timeout to 5 minutes to give tests enough time to start up and run on buildds, especially on slow architectures.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 4d3be1c..3a1ecaf 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -170,7 +170,7 @@ TESTS += libappindicator-tests DISTCLEANFILES += $(XML_REPORT) $(HTML_REPORT) libappindicator-tests-gtester -DBUS_RUNNER=dbus-test-runner --dbus-config /usr/share/dbus-test-runner/session.conf +DBUS_RUNNER=dbus-test-runner -m 300 --dbus-config /usr/share/dbus-test-runner/session.conf test-libappindicator-dbus: test-libappindicator-dbus-client test-libappindicator-dbus-server Makefile.am @echo "#!/bin/bash" > test-libappindicator-dbus |