]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
pipe timeout was equal to sleep(1) in the backend, leading to excessive brittleness. 4314/head
authorbert hubert <bert.hubert@netherlabs.nl>
Sun, 14 Aug 2016 18:30:56 +0000 (20:30 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Sun, 14 Aug 2016 18:30:56 +0000 (20:30 +0200)
regression-tests.nobackend/distributor/command

index 29f836cfac87c2dc033be9569107f801f3e602bc..aa57e5e456998a7502c9011dc3513b67cdaa43f3 100755 (executable)
@@ -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