From cf31424e295eedfe4798dc8670ae8934938c7d77 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Mon, 2 Oct 2017 09:27:03 +0200 Subject: [PATCH] we actually resolve 98% by new definition, so can affort upping threshold from 90 to 95%. (cherry picked from commit 9fb6940f8b1c96c735af3856976ea7a7bc92d3d8) --- 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 64df85ced..74a19851a 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -537,7 +537,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" -- 2.40.0