From: Wouter Wijngaards Date: Tue, 10 Apr 2007 07:59:45 +0000 (+0000) Subject: Increased timeouts, for busy open. X-Git-Tag: release-0.3~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b90203bce95fe6bab13a1d8a92addd171ce6b6a;p=thirdparty%2Funbound.git 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 --- 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;