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
diff --git a/designate_tempest_plugin/config.py b/designate_tempest_plugin/config.py
index 3d23b28..2144eb1 100644
--- a/designate_tempest_plugin/config.py
+++ b/designate_tempest_plugin/config.py
@@ -47,7 +47,7 @@
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 "