]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
we actually resolve 98% by new definition, so can affort upping threshold from 90... 5755/head
authorbert hubert <bert.hubert@netherlabs.nl>
Mon, 2 Oct 2017 07:27:03 +0000 (09:27 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Mon, 2 Oct 2017 07:27:03 +0000 (09:27 +0200)
build-scripts/travis.sh

index 9a9f6b830c85f2f2265b2db63ffd47e89de07ed6..26c457f7cff438915ced680ad4a6b1e13f315429 100755 (executable)
@@ -544,7 +544,7 @@ test_recursor() {
   run "./build-scripts/test-recursor"
   export RECURSOR="${PDNSRECURSOR}"
   run "cd regression-tests"
-  run "THRESHOLD=90 TRACE=no ./timestamp ./recursor-test 5300 50000"
+  run "THRESHOLD=95 TRACE=no ./timestamp ./recursor-test 5300 50000"
   run "cd .."
 
   run "cd regression-tests.api"