Improve slow worker / async detection

This commit is contained in:
dgtlmoon
2026-01-13 14:12:52 +01:00
parent 380d5862f7
commit 95ed02d99e
2 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -106,4 +106,4 @@ ALLOW_FILE_URI=yes pytest -vv -s tests/test_security.py
# Run it again so that brotli kicks in
TEST_WITH_BROTLI=1 SNAPSHOT_BROTLI_COMPRESSION_THRESHOLD=100 pytest tests/test_history_consistency.py -vv -l -s
TEST_WITH_BROTLI=1 SNAPSHOT_BROTLI_COMPRESSION_THRESHOLD=100 FETCH_WORKERS=20 pytest tests/test_history_consistency.py -vv -l -s