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

build-scripts/travis.sh

index 0c6dc42ee639aeab7d48d8e57d5445087a882e4c..8ac1347a71f74b7f358b3eca347b316f1433d331 100755 (executable)
@@ -546,7 +546,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"