diff options
Diffstat (limited to 'tests/libtest/lib536.c')
-rw-r--r-- | tests/libtest/lib536.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |