Adjust test

This commit is contained in:
dgtlmoon
2026-01-13 14:35:03 +01:00
parent e48ab5afc2
commit 96dfd67633
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ pytest -vv -s --maxfail=1 tests/test_rss.py
pytest -vv -s --maxfail=1 tests/test_unique_lines.py
# Try high concurrency
FETCH_WORKERS=130 pytest tests/test_history_consistency.py -v -l
FETCH_WORKERS=50 pytest tests/test_history_consistency.py -vv -l -s
# Check file:// will pickup a file when enabled
echo "Hello world" > /tmp/test-file.txt