From fa45813b3daefc5b94a032f762c006d033cb87e4 Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Tue, 5 Dec 2023 12:24:03 -0800 Subject: [PATCH] pytest: add durations to tici (#30609) add durations to tici old-commit-hash: 56b8a1a5db81d1dd3b4e1a97b90be5b92d1af510 --- selfdrive/test/pytest-tici.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/test/pytest-tici.ini b/selfdrive/test/pytest-tici.ini index a553018309..98e75d0661 100644 --- a/selfdrive/test/pytest-tici.ini +++ b/selfdrive/test/pytest-tici.ini @@ -1,5 +1,5 @@ [pytest] -addopts = -Werror --strict-config --strict-markers +addopts = -Werror --strict-config --strict-markers --durations=10 markers = slow: tests that take awhile to run and can be skipped with -m 'not slow' tici: tests that are only meant to run on the C3/C3X