diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2014-10-17 15:55:12 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-10-17 15:55:12 +0200 |
commit | a72b120798e7298e039acbf1144272ec5f54dc0e (patch) | |
tree | 2d6e26eec3b87e500d141384cc7d013e44db643d | |
parent | f2fa7a7fbf739ad38e0c10338bbcc59818c7670e (diff) |
tests,fixture: fix comment
-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", |