]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
tests: lower dnsbulktest threshold in travis 7045/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 21 Mar 2018 12:00:22 +0000 (13:00 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 9 Oct 2018 12:12:48 +0000 (14:12 +0200)
(cherry picked from commit 280c2f89caaa1726fd02e6315e26f7b683ed6781)

build-scripts/travis.sh

index 46503792cfc61fa0a9c9b66e2b3e87129f874e50..a65d705e096284298587bde4eb56781a7d84ce0b 100755 (executable)
@@ -539,7 +539,7 @@ test_recursor() {
   run "./build-scripts/test-recursor"
   export RECURSOR="${PDNSRECURSOR}"
   run "cd regression-tests"
-  run "THRESHOLD=95 TRACE=no ./timestamp ./recursor-test 5300 50000"
+  run "THRESHOLD=50 TRACE=no ./timestamp ./recursor-test 5300 50000"
   run "cd .."
 
   run "cd regression-tests.api"