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/lib530.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/lib530.c')
-rw-r--r-- | tests/libtest/lib530.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |