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