From 280c2f89caaa1726fd02e6315e26f7b683ed6781 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Wed, 21 Mar 2018 13:00:22 +0100 Subject: [PATCH] tests: lower dnsbulktest threshold in travis --- build-scripts/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2