From 9fb6940f8b1c96c735af3856976ea7a7bc92d3d8 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%. --- 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 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" -- 2.47.2