mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-10 14:23:36 -05:00
Increased timeouts, for busy open.
Unit test would fail; due to open busy with other tasks. git-svn-id: file:///svn/unbound/trunk@235 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
83039ba0b0
commit
6b90203bce
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue