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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6be16d4c95530a5a61427846606ca55966f26191;p=pdns oops --- diff --git a/regression-tests.dnsdist/test_TCPLimits.py b/regression-tests.dnsdist/test_TCPLimits.py index 010c1c68b..ec20c929f 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: