]> git.0d.be Git - empathy.git/blobdiff - tests/contact-manager.c
Merge commit 'cassidy/irc'
[empathy.git] / tests / contact-manager.c
index a8831a9714df7cf5e44df241fd58d592b112b667..75bfc7faea671d9daf1776d485bd7a65392a0e69 100644 (file)
@@ -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);