From b2c777c5e5f86f7eaca63afacb424988a21b87f1 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 10 Mar 2014 17:49:15 +0000 Subject: [PATCH 12/23] tests: extend timeout 10 seconds is too short under valgrind, and this is only really a safety-catch against never terminating. --- 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); -- 1.9.0