mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 14:00:00 -04: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:
parent
b9e9b98d55
commit
797d865121
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ options {
|
|||
recursion yes;
|
||||
notify yes;
|
||||
dnssec-validation no;
|
||||
|
||||
tcp-initial-timeout 150; # 15 seconds
|
||||
};
|
||||
|
||||
zone "." {
|
||||
|
|
|
|||
Loading…
Reference in a new issue