Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
3ebbda21
Commit
3ebbda21
authored
Feb 21, 2011
by
Jelte Jansen
Browse files
[master] fiddle with timeout tests
they appeared to still have been too low for some systems
parent
ba870bd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/asiolink/tests/recursive_query_unittest.cc
View file @
3ebbda21
...
...
@@ -674,7 +674,7 @@ TEST_F(RecursiveQueryTest, forwardClientTimeout) {
RecursiveQuery
query
(
*
dns_service_
,
singleAddress
(
TEST_IPV4_ADDR
,
port
),
singleAddress
(
TEST_IPV4_ADDR
,
port
),
5
0
,
12
0
,
1
000
,
4
);
20
0
,
48
0
,
4
000
,
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
),
5
0
,
4000
,
12
0
,
5
);
20
0
,
4000
,
48
0
,
5
);
Question
question
(
Name
(
"example.net"
),
RRClass
::
IN
(),
RRType
::
A
());
OutputBufferPtr
buffer
(
new
OutputBuffer
(
0
));
query
.
resolve
(
question
,
answer
,
buffer
,
&
server
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment