From 40087ce7c065f288c6817c894f02327c6a38c5b8 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sat, 10 Mar 2007 00:19:05 +0000 Subject: change max allowed time for this test to complete to 90 seconds --- tests/libtest/lib503.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/libtest/lib503.c') diff --git a/tests/libtest/lib503.c b/tests/libtest/lib503.c index bcf4f57be..8294e8ccb 100644 --- a/tests/libtest/lib503.c +++ b/tests/libtest/lib503.c @@ -14,8 +14,8 @@ #include "testutil.h" -#define MAIN_LOOP_HANG_TIMEOUT 300 * 1000 -#define MULTI_PERFORM_HANG_TIMEOUT 120 * 1000 +#define MAIN_LOOP_HANG_TIMEOUT 90 * 1000 +#define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000 /* * Source code in here hugely as reported in bug report 651460 by -- cgit v1.2.3