From: Peter van Dijk Date: Tue, 9 Apr 2019 07:42:44 +0000 (+0200) Subject: oops X-Git-Tag: dnsdist-1.4.0-alpha1~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7685%2Fhead;p=thirdparty%2Fpdns.git oops --- diff --git a/regression-tests.dnsdist/test_TCPLimits.py b/regression-tests.dnsdist/test_TCPLimits.py index 010c1c68b6..ec20c929f5 100644 --- a/regression-tests.dnsdist/test_TCPLimits.py +++ b/regression-tests.dnsdist/test_TCPLimits.py @@ -110,7 +110,7 @@ class TestTCPLimits(DNSDistTest): try: # sleeping for only one second keeps us below the # idle timeout (setTCPRecvTimeout()) - time.sleep(0.5) + time.sleep(0.1) conn.send(b'A') count = count + 1 except Exception as e: