Skip to content
Snippets Groups Projects
Commit 1ed5091a authored by Daniel Salzman's avatar Daniel Salzman
Browse files

tests-extra/huge_rrset: increase dig timeout

parent b6d00f6f
Branches
No related merge requests found
......@@ -36,7 +36,7 @@ resp = master.dig(HUGE, "AAAA", udp=False)
resp.check(rcode="SERVFAIL", noflags="TC")
resp.check_count(0, section="answer")
resp = master.dig(ZONE, "AXFR", tries=1, timeout=5)
resp = master.dig(ZONE, "AXFR", tries=1, timeout=15)
got_messages = 0
last_rcode = None
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment