mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
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:
parent
b25ebf0be2
commit
62230b5e04
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue