]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: increase respdiff timeout to 11s
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 31 Jan 2018 13:44:44 +0000 (14:44 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Fri, 2 Feb 2018 13:13:06 +0000 (14:13 +0100)
This decreases the amount of timeouts, which become SERVFAILs instead.
Overall, this results in more valid answers.

ci/respdiff/respdiff-tcp.conf
ci/respdiff/respdiff-tls.conf
ci/respdiff/respdiff-udp.conf

index 6f7abb32f8982491e025faf4a978b854fe84d55e..2ba89e9b7579aef9b7e745e345ecc76296f0b0fd 100644 (file)
@@ -1,6 +1,6 @@
 [sendrecv]
 # in seconds
-timeout = 5
+timeout = 11
 # number of queries to run simultaneously
 jobs = 64
 
index ba405289d2f4caeb53e5374ca07431e6dc8fd5cc..38b2ba5fecee120ad90fc4442951b1b7587801a2 100644 (file)
@@ -1,6 +1,6 @@
 [sendrecv]
 # in seconds
-timeout = 5
+timeout = 11
 # number of queries to run simultaneously
 jobs = 64
 
index 6b8cced2c978bcca58144b5fc95a255f7c0ae549..92db2cb0111aaa8a077c8e14f70de65d8028981e 100644 (file)
@@ -1,6 +1,6 @@
 [sendrecv]
 # in seconds
-timeout = 5
+timeout = 11
 # number of queries to run simultaneously
 jobs = 64