From c22f43b8291df2c020aba37d3d85d9b82de1e844 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 26 Nov 2012 22:11:27 +1100 Subject: [PATCH] limit the number of udp dispatches when testing to 4 --- bin/tests/system/start.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/tests/system/start.pl b/bin/tests/system/start.pl index 12f7c7a854..7b9cf1d159 100644 --- a/bin/tests/system/start.pl +++ b/bin/tests/system/start.pl @@ -161,7 +161,7 @@ sub start_server { if (-e "$testdir/$server/named.nosoa"); $command .= "-T noaa " if (-e "$testdir/$server/named.noaa"); - $command .= "-c named.conf -d 99 -g"; + $command .= "-c named.conf -d 99 -g -U 4 "; } if ($restart) { $command .= " >>named.run 2>&1 &"; @@ -177,7 +177,7 @@ sub start_server { } else { $command .= "-m record,size,mctx "; $command .= "-T clienttest "; - $command .= "-C resolv.conf -d 99 -g "; + $command .= "-C resolv.conf -d 99 -g -U 4 "; $command .= "-i lwresd.pid -P 9210 -p 5300"; } if ($restart) {