From d50cbd6ab94642f41bc9ede5f10ab2dea5eb52d6 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 29 Jul 2020 14:03:34 +0200 Subject: [PATCH] Half a million as biggest test for now to prevent buildbot timeouts --- build-scripts/test-recursor-bulk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/test-recursor-bulk b/build-scripts/test-recursor-bulk index 981dd4b9c7..da30c02dfb 100755 --- a/build-scripts/test-recursor-bulk +++ b/build-scripts/test-recursor-bulk @@ -17,7 +17,7 @@ wget -c -N http://s3-us-west-1.amazonaws.com/umbrella-static/top-1m.csv.zip unzip top-1m.csv.zip -numdomains="1000 5000 10000 50000 100000 500000 1000000" +numdomains="1000 5000 10000 50000 100000 500000" if [ ! -z "$1" ]; then numdomains="$1" fi -- 2.47.2