mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
Fix the notify system test after the newly applied timeout value
Since notify messages now use the configured 'tcp-initial-timeout' connect timeout value, the existing "checking notify retries expire within 30 seconds" check in the "notify" system test is failing. Set the 'tcp-initial-timeout' option for ns3 to the previously hardcoded value of 15 seconds for the test to pass successfully.
This commit is contained in:
committed by
Arаm Sаrgsyаn
parent
b9e9b98d55
commit
797d865121
@@ -25,6 +25,8 @@ options {
|
|||||||
recursion yes;
|
recursion yes;
|
||||||
notify yes;
|
notify yes;
|
||||||
dnssec-validation no;
|
dnssec-validation no;
|
||||||
|
|
||||||
|
tcp-initial-timeout 150; # 15 seconds
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
|
Reference in New Issue
Block a user