Skip to content
Snippets Groups Projects
Commit 7f1b5772 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

tests: use bigger edns0 payload (fixes some tests causing causing TC)

parent 64bfb6a0
Branches
Tags
No related merge requests found
......@@ -30,7 +30,7 @@ class Entry:
self.adjust_fields = ['copy_id']
self.origin = '.'
self.message = dns.message.Message()
self.message.use_edns(edns = 0)
self.message.use_edns(edns = 0, payload = 4096)
self.sections = []
self.is_raw_data_entry = False
self.raw_data_pending = False
......
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