BIND 10 master, updated. 3ebbda21d35170b26d7db65686583617c8f0cc26 [master] fiddle with timeout tests
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Feb 21 09:36:41 UTC 2011
The branch, master has been updated
via 3ebbda21d35170b26d7db65686583617c8f0cc26 (commit)
from ba870bd64170a8533f1bbabcd6df36edf31674c5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3ebbda21d35170b26d7db65686583617c8f0cc26
Author: Jelte Jansen <jelte at isc.org>
Date: Mon Feb 21 09:36:06 2011 +0000
[master] fiddle with timeout tests
they appeared to still have been too low for some systems
-----------------------------------------------------------------------
Summary of changes:
src/lib/asiolink/tests/recursive_query_unittest.cc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/asiolink/tests/recursive_query_unittest.cc b/src/lib/asiolink/tests/recursive_query_unittest.cc
index ad4e5b4..0c40b69 100644
--- a/src/lib/asiolink/tests/recursive_query_unittest.cc
+++ b/src/lib/asiolink/tests/recursive_query_unittest.cc
@@ -674,7 +674,7 @@ TEST_F(RecursiveQueryTest, forwardClientTimeout) {
RecursiveQuery query(*dns_service_,
singleAddress(TEST_IPV4_ADDR, port),
singleAddress(TEST_IPV4_ADDR, port),
- 50, 120, 1000, 4);
+ 200, 480, 4000, 4);
Question question(Name("example.net"), RRClass::IN(), RRType::A());
OutputBufferPtr buffer(new OutputBuffer(0));
query.resolve(question, answer, buffer, &server);
@@ -718,7 +718,7 @@ TEST_F(RecursiveQueryTest, forwardLookupTimeout) {
RecursiveQuery query(*dns_service_,
singleAddress(TEST_IPV4_ADDR, port),
singleAddress(TEST_IPV4_ADDR, port),
- 50, 4000, 120, 5);
+ 200, 4000, 480, 5);
Question question(Name("example.net"), RRClass::IN(), RRType::A());
OutputBufferPtr buffer(new OutputBuffer(0));
query.resolve(question, answer, buffer, &server);
More information about the bind10-changes
mailing list