more conservative timeout for a test that takes 20 seconds on older machines

git-svn-id: file:///svn/unbound/trunk@2368 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2011-01-10 16:13:17 +00:00
parent b25ebf0be2
commit 62230b5e04

View file

@ -52,7 +52,7 @@
#ifdef USE_THREAD_DEBUG #ifdef USE_THREAD_DEBUG
/** How long to wait before lock attempt is a failure. */ /** How long to wait before lock attempt is a failure. */
#define CHECK_LOCK_TIMEOUT 30 /* seconds */ #define CHECK_LOCK_TIMEOUT 120 /* seconds */
/** How long to wait before join attempt is a failure. */ /** How long to wait before join attempt is a failure. */
#define CHECK_JOIN_TIMEOUT 120 /* seconds */ #define CHECK_JOIN_TIMEOUT 120 /* seconds */