[next] telepathy-glib: tests: extend timeout

Simon McVittie smcv at kemper.freedesktop.org
Thu Mar 13 07:08:35 PDT 2014


Module: telepathy-glib
Branch: next
Commit: 14d870a108abb8a93a16e3536e9e7ea24306f045
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=14d870a108abb8a93a16e3536e9e7ea24306f045

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon Mar 10 17:49:15 2014 +0000

tests: extend timeout

10 seconds is too short under valgrind, and this is only really
a safety-catch against never terminating.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=76000
Reviewed-by: Guillaume Desmottes

---

 tests/lib/util.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/lib/util.c b/tests/lib/util.c
index ce63199..4aaa9dc 100644
--- a/tests/lib/util.c
+++ b/tests/lib/util.c
@@ -374,7 +374,7 @@ void
 tp_tests_init (int *argc,
     char ***argv)
 {
-  tp_tests_abort_after (10);
+  tp_tests_abort_after (30);
   tp_debug_set_flags ("all");
 
   g_test_init (argc, argv, NULL);



More information about the telepathy-commits mailing list