diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2006-10-23 19:15:14 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2006-10-23 19:15:14 +0000 |
commit | 9b8b1a68f0b05220582d4a04ae0c454e89058aa4 (patch) | |
tree | c29c87680a51b069c7919b40719afbf15c81073a /tests/libtest/lib504.c | |
parent | 4ec931615588ea90c5690cf950c2fec468f7c237 (diff) |
30 seconds isn't long enough for this test on a loaded server.
Diffstat (limited to 'tests/libtest/lib504.c')
-rw-r--r-- | tests/libtest/lib504.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libtest/lib504.c b/tests/libtest/lib504.c index af7ca4bc4..c6c09ea53 100644 --- a/tests/libtest/lib504.c +++ b/tests/libtest/lib504.c @@ -5,8 +5,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 /* * Source code in here hugely as reported in bug report 651464 by |