increase SRV answer timeout. Fixes #5466

This commit is contained in:
Yann Leboulanger 2010-02-03 23:20:11 +01:00
parent 5b527408bb
commit c642556377
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ class NSLookupResolver(CommonResolver):
"""
ns = NsLookup(self._on_ready, host, type)
ns.set_idlequeue(self.idlequeue)
ns.commandtimeout = 10
ns.commandtimeout = 20
ns.start()