Get initial durations of all tests

This commit is contained in:
Trenton H
2025-09-10 09:10:07 -07:00
parent ba40626838
commit a2ce0af79f
2 changed files with 2 additions and 2 deletions

View File

@@ -241,7 +241,7 @@ addopts = [
"--numprocesses=auto",
"--maxprocesses=16",
"--quiet",
"--durations=50",
"--durations=0",
"--junitxml=junit.xml",
"-o junit_family=legacy",
]