From: Jeremy Harris Date: Sun, 8 Sep 2019 17:16:02 +0000 (+0100) Subject: Testsuite: munge for timing variance X-Git-Tag: exim-4.93-RC0~72 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/b6d5e1ac6a49f39b79827a1fa5dd4a0d8e6bd9a9 Testsuite: munge for timing variance --- diff --git a/test/runtest b/test/runtest index b369d59a3..aadd0f199 100755 --- a/test/runtest +++ b/test/runtest @@ -1161,6 +1161,9 @@ RESET_AFTER_EXTRA_LINE_READ: # Platform-dependent resolver option bits s/^ (?:writing|update) neg-cache entry for [^,]+-\K[0-9a-f]+, ttl/xxxx, ttl/; + # timing variance, run-to-run + s/^time on queue = \K1s/0s/; + # Skip hosts_require_dane checks when the options # are unset, because dane ain't always there. next if /in\shosts_require_dane\?\sno\s\(option\sunset\)/x;