mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Increase the initial TCP timeout for the DoH quota test
This commit increases the idle TCP timeout to let the DoH quota system test pass on some platforms (namely FreeBSD 11). It turned out to run slow enough on the CI under load for the idle TCP timeout to kick in.
This commit is contained in:
@@ -35,6 +35,7 @@ options {
|
||||
also-notify { 10.53.0.2 port @PORT@; };
|
||||
statistics-file "named.stats";
|
||||
dnssec-validation yes;
|
||||
tcp-initial-timeout 1200;
|
||||
};
|
||||
|
||||
zone "." {
|
||||
|
Reference in New Issue
Block a user