aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/contact-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/contact-manager.c b/tests/contact-manager.c
index a8831a971..75bfc7fae 100644
--- a/tests/contact-manager.c
+++ b/tests/contact-manager.c
@@ -22,7 +22,7 @@ main (int argc, char **argv)
main_loop = g_main_loop_new (NULL, FALSE);
manager = empathy_contact_manager_new ();
- g_timeout_add (5000, time_out, main_loop);
+ g_timeout_add_seconds (5, time_out, main_loop);
g_main_loop_run (main_loop);