diff --git a/crates/puffin/tests/common/mod.rs b/crates/puffin/tests/common/mod.rs index f5b2d831f..a20c257b2 100644 --- a/crates/puffin/tests/common/mod.rs +++ b/crates/puffin/tests/common/mod.rs @@ -17,7 +17,7 @@ pub static EXCLUDE_NEWER: &str = "2023-11-18T12:00:00Z"; pub const INSTA_FILTERS: &[(&str, &str)] = &[ (r"--cache-dir [^\s]+", "--cache-dir [CACHE_DIR]"), // Operation times - (r"(\d+\.)?\d+(ms|s)", "[TIME]"), + (r"(\d+m )?(\d+\.)?\d+(ms|s)", "[TIME]"), // Puffin versions (r"v\d+\.\d+\.\d+", "v[VERSION]"), // File sizes