Bump max-recursion-queries to 100 in resolver system test

With max-recursion-queries set to 50 the resolver system test was
unstable in the "checking query resolution for a domain with a valid
glueless delegation chain" check as ns1 replied with SERVFAIL.

(cherry picked from commit 8e0244d300)
This commit is contained in:
Michal Nowak 2024-08-26 17:56:56 +02:00
parent 2e4e6daf98
commit 5a802a22b5

View file

@ -29,7 +29,7 @@ options {
allow-query {!10.53.0.8; any; };
max-zone-ttl unlimited;
attach-cache "globalcache";
max-recursion-queries 50;
max-recursion-queries 100;
};
server 10.53.0.3 {