]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
even longer timeout
authorbert hubert <bert.hubert@netherlabs.nl>
Fri, 12 Aug 2016 22:27:44 +0000 (00:27 +0200)
committerbert hubert <bert.hubert@powerdns.com>
Tue, 16 Aug 2016 08:39:08 +0000 (10:39 +0200)
regression-tests.nobackend/distributor/command

index dd21aa0e6413b2e5ec7f8a957707887651613635..29f836cfac87c2dc033be9569107f801f3e602bc 100755 (executable)
@@ -22,7 +22,7 @@ for a in {1..15}
        do $SDIG 127.0.0.1 $port $a.example.com A >&2 >/dev/null &
 done 
 
-sleep 2
+sleep 10
 
 if [ $($PDNSCONTROL --config-name= --no-config --socket-dir=./ show overload-drops) -gt 0 ]
 then