From: Pieter Lexis Date: Wed, 21 Mar 2018 12:00:22 +0000 (+0100) Subject: tests: lower dnsbulktest threshold in travis X-Git-Tag: rec-4.1.2~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81db8f281f04417ee402addb9d9f0c5ec0ad64d7;p=thirdparty%2Fpdns.git tests: lower dnsbulktest threshold in travis (cherry picked from commit 280c2f89caaa1726fd02e6315e26f7b683ed6781) --- diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 0c6dc42ee6..8ac1347a71 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -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"