tests/common-pattern.py
changeset 51278 8f1983318455
parent 51146 e2632d9d1b6e
child 51472 e3ed64dfd8ff
--- a/tests/common-pattern.py	Sun Dec 24 02:43:53 2023 +0100
+++ b/tests/common-pattern.py	Wed Dec 13 13:46:28 2023 +0100
@@ -127,6 +127,10 @@
         br'\b(\d+) total queries in \d.\d\d\d\ds\b',
         lambda m: (br'%s total queries in *.????s (glob)' % m.group(1)),
     ),
+    (
+        br'\belapsed time:  \d+.\d{6} seconds\b',
+        br'elapsed time:  *.?????? seconds (glob)',
+    ),
 ]
 
 # Various platform error strings, keyed on a common replacement string