tests: increase timeout for starting ModemManager on test bus

The timeout for starting ModemManager on the test bus was 3s, which is
sufficient under normal conditions. However, when running ModemManager
tests on a build infrastructure under a heavy load, we've observed that
the timeout isn't always sufficient and that becomes the source of false
test failures. This patch increases the timeout to 30s, which shouldn't
introduce any unexpected behavior under normnal conditions while
addressing the timeout issue on heavily loaded systems.
This commit is contained in:
Ben Chan
2014-10-03 13:42:49 -07:00
committed by Dan Williams
parent 8718ed53be
commit 1e5ec7e1b1

View File

@@ -46,7 +46,7 @@ test_fixture_setup (TestFixture *fixture)
NULL, /* inputs */
NULL, /* outputs */
G_DBUS_CALL_FLAGS_NONE,
3000, /* timeout, ms */
30000, /* timeout, ms */
NULL, /* cancellable */
&error);
if (!result)