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/lib502.c | |
parent | e12d46ac50ddce4330d1a2e1d4a7e5e2accd280e (diff) | |
download | curl-40087ce7c065f288c6817c894f02327c6a38c5b8.tar.gz |
change max allowed time for this test to complete to 90 seconds
Diffstat (limited to 'tests/libtest/lib502.c')
-rw-r--r-- | tests/libtest/lib502.c | 3 |
1 files changed, 2 insertions, 1 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(). |