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/lib507.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/libtest/lib507.c') diff --git a/tests/libtest/lib507.c b/tests/libtest/lib507.c index d17526463..0137130ce 100644 --- a/tests/libtest/lib507.c +++ b/tests/libtest/lib507.c @@ -12,8 +12,8 @@ #include "testutil.h" -#define MAIN_LOOP_HANG_TIMEOUT 30 * 1000 -#define MULTI_PERFORM_HANG_TIMEOUT 20 * 1000 +#define MAIN_LOOP_HANG_TIMEOUT 90 * 1000 +#define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000 int test(char *URL) { -- cgit v1.2.3