diff options
author | Yang Tse <yangsita@gmail.com> | 2007-03-10 00:19:05 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-03-10 00:19:05 +0000 |
commit | 40087ce7c065f288c6817c894f02327c6a38c5b8 (patch) | |
tree | c437429fbff86523ec4c7647f8def47d81e19e5b /tests/libtest | |
parent | e12d46ac50ddce4330d1a2e1d4a7e5e2accd280e (diff) |
change max allowed time for this test to complete to 90 seconds
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/lib502.c | 3 | ||||
-rw-r--r-- | tests/libtest/lib503.c | 4 | ||||
-rw-r--r-- | tests/libtest/lib504.c | 4 | ||||
-rw-r--r-- | tests/libtest/lib507.c | 4 | ||||
-rw-r--r-- | tests/libtest/lib509.c | 4 | ||||
-rw-r--r-- | tests/libtest/lib525.c | 4 | ||||
-rw-r--r-- | tests/libtest/lib526.c | 4 | ||||
-rw-r--r-- | tests/libtest/lib530.c | 4 | ||||
-rw-r--r-- | tests/libtest/lib533.c | 4 | ||||
-rw-r--r-- | tests/libtest/lib536.c | 4 |
10 files changed, 20 insertions, 19 deletions
diff --git a/tests/libtest/lib502.c b/tests/libtest/lib502.c index d995b45ec..ea53795c0 100644 --- a/tests/libtest/lib502.c +++ b/tests/libtest/lib502.c @@ -12,7 +12,8 @@ #include "testutil.h" -#define MULTI_PERFORM_HANG_TIMEOUT 30 * 1000 +#define MAIN_LOOP_HANG_TIMEOUT 90 * 1000 +#define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000 /* * Get a single URL without select(). 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 diff --git a/tests/libtest/lib504.c b/tests/libtest/lib504.c index 499b9e985..6bfbe4dde 100644 --- a/tests/libtest/lib504.c +++ b/tests/libtest/lib504.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 651464 by 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) { diff --git a/tests/libtest/lib509.c b/tests/libtest/lib509.c index ad2626204..03963b39f 100644 --- a/tests/libtest/lib509.c +++ b/tests/libtest/lib509.c @@ -29,8 +29,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 /* * We use this ZERO_NULL to avoid picky compiler warnings, diff --git a/tests/libtest/lib525.c b/tests/libtest/lib525.c index 14e0c0c76..b60328ba1 100644 --- a/tests/libtest/lib525.c +++ b/tests/libtest/lib525.c @@ -16,8 +16,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 int test(char *URL) { diff --git a/tests/libtest/lib526.c b/tests/libtest/lib526.c index 1cfa6d00e..ba3fff7bd 100644 --- a/tests/libtest/lib526.c +++ b/tests/libtest/lib526.c @@ -35,8 +35,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 #define NUM_HANDLES 4 diff --git a/tests/libtest/lib530.c b/tests/libtest/lib530.c index 193f2920c..e339ab2cf 100644 --- a/tests/libtest/lib530.c +++ b/tests/libtest/lib530.c @@ -15,8 +15,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 #define NUM_HANDLES 4 diff --git a/tests/libtest/lib533.c b/tests/libtest/lib533.c index 0cb227529..ee5f78f28 100644 --- a/tests/libtest/lib533.c +++ b/tests/libtest/lib533.c @@ -18,8 +18,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) { diff --git a/tests/libtest/lib536.c b/tests/libtest/lib536.c index 3f41b00db..7ab2aa3f0 100644 --- a/tests/libtest/lib536.c +++ b/tests/libtest/lib536.c @@ -16,8 +16,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 static CURLMcode perform(CURLM * multi); |