diff --git a/testcode/checklocks.c b/testcode/checklocks.c index 445dbaa79..0b733dbf0 100644 --- a/testcode/checklocks.c +++ b/testcode/checklocks.c @@ -52,9 +52,9 @@ #ifdef USE_THREAD_DEBUG /** How long to wait before lock attempt is a failure. */ -#define CHECK_LOCK_TIMEOUT 15 /* seconds */ +#define CHECK_LOCK_TIMEOUT 30 /* seconds */ /** How long to wait before join attempt is a failure. */ -#define CHECK_JOIN_TIMEOUT 120 /* seconds */ +#define CHECK_JOIN_TIMEOUT 240 /* seconds */ /** if key has been created */ static int key_created = 0;