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 6b10f47e..81644ab0 100644 --- a/plugins/tests/test-fixture.c +++ b/plugins/tests/test-fixture.c @@ -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) |