]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Speed up test by lowering "heartbeat-interval" to 1
authorMichal Nowak <mnowak@isc.org>
Tue, 23 Jan 2024 18:47:23 +0000 (19:47 +0100)
committerMichal Nowak <mnowak@isc.org>
Tue, 23 Jan 2024 18:47:23 +0000 (19:47 +0100)
bin/tests/system/dialup/ns1/named.conf.in
bin/tests/system/dialup/ns2/named.conf.in
bin/tests/system/dialup/ns3/named.conf.in

index 4b8302bcfa43bf086416791ea61e8ada994fccd9..a9c67775093aab2267058cb9272da3b4dfd7873b 100644 (file)
@@ -21,7 +21,7 @@ options {
        pid-file "named.pid";
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
-       heartbeat-interval 2;
+       heartbeat-interval 1;
        recursion no;
        dnssec-validation no;
 };
index 382f5ce9a4813bb3947fe0bb1adb886f0c355644..166b463189ac5f387dff3eeae78e0afed7be7190 100644 (file)
@@ -21,7 +21,7 @@ options {
        pid-file "named.pid";
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
-       heartbeat-interval 2;
+       heartbeat-interval 1;
        recursion no;
        dnssec-validation no;
 };
index 054a65893c8a22aade45ab800af3e1b4669dba37..31b9a128c38dfc00d7664835cfb5dc808bfe5721 100644 (file)
@@ -21,7 +21,7 @@ options {
        pid-file "named.pid";
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
-       heartbeat-interval 2;
+       heartbeat-interval 1;
        recursion no;
        dnssec-validation no;
 };