From: bert hubert Date: Sun, 14 Aug 2016 18:30:56 +0000 (+0200) Subject: pipe timeout was equal to sleep(1) in the backend, leading to excessive brittleness. X-Git-Tag: rec-4.0.2~27^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c138096c8a24bdd8b456a87450a25c0ebb9f39a;p=thirdparty%2Fpdns.git pipe timeout was equal to sleep(1) in the backend, leading to excessive brittleness. --- diff --git a/regression-tests.nobackend/distributor/command b/regression-tests.nobackend/distributor/command index 29f836cfac..aa57e5e456 100755 --- a/regression-tests.nobackend/distributor/command +++ b/regression-tests.nobackend/distributor/command @@ -14,7 +14,7 @@ $PDNS --daemon=no --local-ipv6=::1 --local-address=127.0.0.1 \ --module-dir=../regression-tests/modules --pipe-command=$(pwd)/distributor/slow.pl \ --pipe-abi-version=5 \ --overload-queue-length=10 --log-dns-queries --loglevel=9 \ - --pipe-timeout=1000 & + --pipe-timeout=1500 & sleep 2