From: Yang Tse Date: Fri, 27 Oct 2006 01:58:59 +0000 (+0000) Subject: 30 seconds isn't long enough for this test on a loaded server. X-Git-Tag: curl-7_16_0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32ad212ac94577f7f6a245a5dc72b42039bd0b42;p=thirdparty%2Fcurl.git 30 seconds isn't long enough for this test on a loaded server. --- diff --git a/tests/libtest/lib525.c b/tests/libtest/lib525.c index 5c85adf328..24a3294524 100644 --- a/tests/libtest/lib525.c +++ b/tests/libtest/lib525.c @@ -16,8 +16,8 @@ #include "timeval.h" -#define MAIN_LOOP_HANG_TIMEOUT 30 * 1000 -#define MULTI_PERFORM_HANG_TIMEOUT 20 * 1000 +#define MAIN_LOOP_HANG_TIMEOUT 300 * 1000 +#define MULTI_PERFORM_HANG_TIMEOUT 120 * 1000 int test(char *URL) {