summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/dev/ci/problemmatchers.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/dev/ci/problemmatchers.py b/scripts/dev/ci/problemmatchers.py
index df3371d91..27414a45f 100644
--- a/scripts/dev/ci/problemmatchers.py
+++ b/scripts/dev/ci/problemmatchers.py
@@ -147,7 +147,8 @@ MATCHERS = {
"message": 1,
}
],
-
+ },
+ {
# pytest error lines
# E end2end.fixtures.testprocess.WaitForTimeout: Timed out
# after 15000ms waiting for [...]
@@ -158,6 +159,7 @@ MATCHERS = {
"message": 1,
},
],
+ },
]
}