diff options
author | Yang Tse <yangsita@gmail.com> | 2006-10-27 01:58:59 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2006-10-27 01:58:59 +0000 |
commit | 32ad212ac94577f7f6a245a5dc72b42039bd0b42 (patch) | |
tree | 7eef130d8ee68702a3798a45e3cab0d7a3b4d0e6 /tests | |
parent | 8a8d5c784c4b8f137e2ad9aa9443c4dd3fa8626d (diff) |
30 seconds isn't long enough for this test on a loaded server.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libtest/lib525.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libtest/lib525.c b/tests/libtest/lib525.c index 5c85adf32..24a329452 100644 --- a/tests/libtest/lib525.c +++ b/tests/libtest/lib525.c @@ -16,8 +16,8 @@ #include "timeval.h" -#define MAIN_LOOP_HANG_TIMEOUT 30 * 1000 -#define MULTI_PERFORM_HANG_TIMEOUT 20 * 1000 +#define MAIN_LOOP_HANG_TIMEOUT 300 * 1000 +#define MULTI_PERFORM_HANG_TIMEOUT 120 * 1000 int test(char *URL) { |