diff options
Diffstat (limited to 'test/internals/refs.c')
-rw-r--r-- | test/internals/refs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/internals/refs.c b/test/internals/refs.c index f9776378..3c6b438d 100644 --- a/test/internals/refs.c +++ b/test/internals/refs.c @@ -201,6 +201,9 @@ setup (Fixture *f, if (!dbus_threads_init_default ()) g_error ("OOM"); + /* This can be fairly slow, so make the test timeout per-test */ + test_timeout_reset (); + f->n_threads = N_THREADS; f->n_refs = N_REFS; |