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:
Aram Sargsyan 2025-02-18 19:13:35 +00:00 committed by Arаm Sаrgsyаn
parent b9e9b98d55
commit 797d865121

View file

@ -25,6 +25,8 @@ options {
recursion yes;
notify yes;
dnssec-validation no;
tcp-initial-timeout 150; # 15 seconds
};
zone "." {