Increase dns lookup timeout

We have been seeing a few DNS timeouts recently, most likely
due to the hardware not being able to keep up.

Change-Id: I8da4b3b284530428ac79af4ed0dd6e3060435ea9
This commit is contained in:
Erik Olof Gunnar Andersson 2023-11-03 05:25:21 -07:00
parent 6eb43b36cc
commit 1e73301742
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ DnsGroup = [
default=[],
help="The nameservers to check for change going live"),
cfg.IntOpt('query_timeout',
default=1,
default=3,
help="The timeout on a single dns query to a nameserver"),
cfg.StrOpt('zone_id',
help="The target zone to test the dns recordsets "