From 3ba5bde7ddfda137f02c82bc87c0707f24f32e87 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue, 13 Jan 2026 11:39:09 -0800 Subject: [PATCH] Output durations for all tests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ba8325b3..9efa73c92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -274,7 +274,7 @@ addopts = [ "--numprocesses=auto", "--maxprocesses=16", "--quiet", - "--durations=50", + "--durations=0", "--junitxml=junit.xml", "-o junit_family=legacy", ]