summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-05-07 21:36:22 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2015-05-07 21:36:22 +0100
commit846430d945e9056842ad7f12f85d43435d78baf0 (patch)
tree1187ed9dc90d8231c1f52fbf72ac3a13ec359717 /test/runtest
parent2f8e6f3087227b9d30bc71862ff9f1cc3355f52d (diff)
Log lengthy DNS lookups. Bug 514
Original by <derrick.rice@gmail.com>, massaged by JH
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest
index f215bf4de..62ab01bac 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1367,6 +1367,9 @@ $munges =
'scanfile_size' =>
{ 'stdout' => 's/(Content-length:) \d\d\d/$1 ddd/' },
+ 'delay_1500' =>
+ { 'stderr' => 's/(1[5-9]|23\d)\d\d msec/ssss msec/' },
+
};