diff options
Diffstat (limited to 'tests/libtest/lib525.c')
-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 14e0c0c76..b60328ba1 100644 --- a/tests/libtest/lib525.c +++ b/tests/libtest/lib525.c @@ -16,8 +16,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 int test(char *URL) { |