From: bert hubert Date: Mon, 2 Oct 2017 07:27:03 +0000 (+0200) Subject: we actually resolve 98% by new definition, so can affort upping threshold from 90... X-Git-Tag: rec-4.1.0-rc1~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fb6940f8b1c96c735af3856976ea7a7bc92d3d8;p=thirdparty%2Fpdns.git we actually resolve 98% by new definition, so can affort upping threshold from 90 to 95%. --- diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 9a9f6b830c..26c457f7cf 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -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"