diff options
-rw-r--r-- | plugins/tests/test-fixture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tests/test-fixture.c b/plugins/tests/test-fixture.c index 81644ab0..1ddddd05 100644 --- a/plugins/tests/test-fixture.c +++ b/plugins/tests/test-fixture.c @@ -37,7 +37,7 @@ test_fixture_setup (TestFixture *fixture) if (fixture->connection == NULL) g_error ("Error getting connection to test bus: %s", error->message); - /* Ping to autostart MM; wait up to 3s */ + /* Ping to autostart MM; wait up to 30s */ result = g_dbus_connection_call_sync (fixture->connection, "org.freedesktop.ModemManager1", "/org/freedesktop/ModemManager1", |