]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
tests: lower dnsbulktest threshold in travis 6376/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 21 Mar 2018 12:00:22 +0000 (13:00 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Wed, 21 Mar 2018 12:00:22 +0000 (13:00 +0100)
build-scripts/travis.sh

index 6ba058e550291585b9d29ef49ae50d2478ae1f1d..f175a8c0788d770d7ff2d42549b318847e56696f 100755 (executable)
@@ -561,7 +561,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"