From: Pieter Lexis Date: Wed, 21 Mar 2018 12:00:22 +0000 (+0100) Subject: tests: lower dnsbulktest threshold in travis X-Git-Tag: dnsdist-1.3.0~42^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6376%2Fhead;p=thirdparty%2Fpdns.git tests: lower dnsbulktest threshold in travis --- diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 6ba058e550..f175a8c078 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -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"