]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Increase the initial TCP timeout for the DoH quota test
authorArtem Boldariev <artem@boldariev.com>
Mon, 26 Jul 2021 14:02:16 +0000 (17:02 +0300)
committerArtem Boldariev <artem@boldariev.com>
Tue, 27 Jul 2021 07:30:12 +0000 (10:30 +0300)
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.

bin/tests/system/doth/ns1/named.conf.in

index 6438b7bbe0fbc7019192bb7dd39077dc745c0af0..0addde0c3231444c2a2539d77ab60fda96539fb2 100644 (file)
@@ -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 "." {