Skip to content
Snippets Groups Projects
Commit c6425563 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

increase SRV answer timeout. Fixes #5466

parent 5b527408
No related branches found
No related tags found
No related merge requests found
......@@ -284,7 +284,7 @@ def start_resolve(self, host, type):
"""
ns = NsLookup(self._on_ready, host, type)
ns.set_idlequeue(self.idlequeue)
ns.commandtimeout = 10
ns.commandtimeout = 20
ns.start()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment