Skip to content

Commit 1e7b9ed

Browse files
authored
Add pytest timer (#2834)
1 parent 67f0035 commit 1e7b9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ init-db: #-- Initialize PostgreSQL database schema
378378
.PHONY: pytest
379379
pytest: #-- Run Python tests with pytest in parallel with immediate failure reporting
380380
$(info $(M) Running Python tests in parallel with immediate failure reporting...)
381-
uv run --active --no-sync pytest --new-first --failed-first --tb=line -n logical --dist=loadgroup --maxfail=50 $(if $(filter true,$(VERBOSE)),-v,)
381+
uv run --active --no-sync pytest --new-first --failed-first --tb=line -n logical --dist=loadgroup --maxfail=50 --durations=0 --durations-min=10.0 $(if $(filter true,$(VERBOSE)),-v,)
382382

383383
.PHONY: pytest-memory-tracking
384384
pytest-memory-tracking: #-- Run Python tests with memory tracking enabled

0 commit comments

Comments
 (0)