From: Remi Gacogne Date: Tue, 14 Feb 2023 08:49:32 +0000 (+0100) Subject: dnsdist: Give the 'flags on timeout' test more headroom X-Git-Tag: dnsdist-1.8.0-rc1~25^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8604a23616826197e6ff491ba11b06fe16f15d56;p=thirdparty%2Fpdns.git dnsdist: Give the 'flags on timeout' test more headroom It looks like it takes longer than expected for the timeout to be recorded when running on GitHub Actions. --- diff --git a/regression-tests.dnsdist/test_Advanced.py b/regression-tests.dnsdist/test_Advanced.py index 9797ed461f..0c3947ac89 100644 --- a/regression-tests.dnsdist/test_Advanced.py +++ b/regression-tests.dnsdist/test_Advanced.py @@ -698,7 +698,7 @@ class TestFlagsOnTimeout(DNSDistTest): self.assertFalse(receivedResponse) # make sure that the timeouts have been detected and recorded - for _ in range(3): + for _ in range(6): content = self.sendConsoleCommand("grepq('')") lines = content.splitlines() if len(lines) == 5: