support sampling and averages during testing

This commit is contained in:
Adam Wilson
2025-06-28 13:15:32 -06:00
parent cb1be6746f
commit f0fcc64258
2 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ filterwarnings =
ignore:.*U.*mode is deprecated:DeprecationWarning
# Test timeout (requires pytest-timeout)
timeout = 1800
timeout = 3000
timeout_method = thread
# Parallel execution configuration (requires pytest-xdist)