From d997ff6aa8150e356c90736f735738e81190d1ed Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 20 Oct 2006 15:45:12 +0000 Subject: Oops! Actually set the limit to 30 seconds. --- tests/libtest/lib504.c | 4 ++-- tests/libtest/lib507.c | 4 ++-- tests/libtest/lib509.c | 4 ++-- tests/libtest/lib525.c | 4 ++-- tests/libtest/lib526.c | 4 ++-- tests/libtest/lib530.c | 4 ++-- tests/libtest/lib533.c | 4 ++-- tests/libtest/lib536.c | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) (limited to 'tests') diff --git a/tests/libtest/lib504.c b/tests/libtest/lib504.c index e925097ee..af7ca4bc4 100644 --- a/tests/libtest/lib504.c +++ b/tests/libtest/lib504.c @@ -5,8 +5,8 @@ #include "timeval.h" -#define MAIN_LOOP_HANG_TIMEOUT 45 * 1000 -#define MULTI_PERFORM_HANG_TIMEOUT 30 * 1000 +#define MAIN_LOOP_HANG_TIMEOUT 30 * 1000 +#define MULTI_PERFORM_HANG_TIMEOUT 20 * 1000 /* * Source code in here hugely as reported in bug report 651464 by diff --git a/tests/libtest/lib507.c b/tests/libtest/lib507.c index b06d65fe2..e13201d1a 100644 --- a/tests/libtest/lib507.c +++ b/tests/libtest/lib507.c @@ -2,8 +2,8 @@ #include "timeval.h" -#define MAIN_LOOP_HANG_TIMEOUT 45 * 1000 -#define MULTI_PERFORM_HANG_TIMEOUT 30 * 1000 +#define MAIN_LOOP_HANG_TIMEOUT 30 * 1000 +#define MULTI_PERFORM_HANG_TIMEOUT 20 * 1000 int test(char *URL) { diff --git a/tests/libtest/lib509.c b/tests/libtest/lib509.c index 77d5e1c6b..bdc895195 100644 --- a/tests/libtest/lib509.c +++ b/tests/libtest/lib509.c @@ -20,8 +20,8 @@ #include "timeval.h" -#define MAIN_LOOP_HANG_TIMEOUT 45 * 1000 -#define MULTI_PERFORM_HANG_TIMEOUT 30 * 1000 +#define MAIN_LOOP_HANG_TIMEOUT 30 * 1000 +#define MULTI_PERFORM_HANG_TIMEOUT 20 * 1000 int portnum; /* the HTTPS port number we use */ diff --git a/tests/libtest/lib525.c b/tests/libtest/lib525.c index 7ed10dcb7..01f34118a 100644 --- a/tests/libtest/lib525.c +++ b/tests/libtest/lib525.c @@ -16,8 +16,8 @@ #include "timeval.h" -#define MAIN_LOOP_HANG_TIMEOUT 45 * 1000 -#define MULTI_PERFORM_HANG_TIMEOUT 30 * 1000 +#define MAIN_LOOP_HANG_TIMEOUT 30 * 1000 +#define MULTI_PERFORM_HANG_TIMEOUT 20 * 1000 int test(char *URL) { diff --git a/tests/libtest/lib526.c b/tests/libtest/lib526.c index c09dbb7cd..fc1c788af 100644 --- a/tests/libtest/lib526.c +++ b/tests/libtest/lib526.c @@ -35,8 +35,8 @@ #include "timeval.h" -#define MAIN_LOOP_HANG_TIMEOUT 45 * 1000 -#define MULTI_PERFORM_HANG_TIMEOUT 30 * 1000 +#define MAIN_LOOP_HANG_TIMEOUT 30 * 1000 +#define MULTI_PERFORM_HANG_TIMEOUT 20 * 1000 #define NUM_HANDLES 4 diff --git a/tests/libtest/lib530.c b/tests/libtest/lib530.c index e68273c75..88c65767d 100644 --- a/tests/libtest/lib530.c +++ b/tests/libtest/lib530.c @@ -15,8 +15,8 @@ #include "timeval.h" -#define MAIN_LOOP_HANG_TIMEOUT 45 * 1000 -#define MULTI_PERFORM_HANG_TIMEOUT 30 * 1000 +#define MAIN_LOOP_HANG_TIMEOUT 30 * 1000 +#define MULTI_PERFORM_HANG_TIMEOUT 20 * 1000 #define NUM_HANDLES 4 diff --git a/tests/libtest/lib533.c b/tests/libtest/lib533.c index 24c36d0d0..bd0cef306 100644 --- a/tests/libtest/lib533.c +++ b/tests/libtest/lib533.c @@ -18,8 +18,8 @@ #include "timeval.h" -#define MAIN_LOOP_HANG_TIMEOUT 45 * 1000 -#define MULTI_PERFORM_HANG_TIMEOUT 30 * 1000 +#define MAIN_LOOP_HANG_TIMEOUT 30 * 1000 +#define MULTI_PERFORM_HANG_TIMEOUT 20 * 1000 int test(char *URL) { diff --git a/tests/libtest/lib536.c b/tests/libtest/lib536.c index 4181b829c..ca6c5c6b5 100644 --- a/tests/libtest/lib536.c +++ b/tests/libtest/lib536.c @@ -16,8 +16,8 @@ #include "timeval.h" -#define MAIN_LOOP_HANG_TIMEOUT 45 * 1000 -#define MULTI_PERFORM_HANG_TIMEOUT 30 * 1000 +#define MAIN_LOOP_HANG_TIMEOUT 30 * 1000 +#define MULTI_PERFORM_HANG_TIMEOUT 20 * 1000 static CURLMcode perform(CURLM * multi); -- cgit v1.2.3