Skip to content

Commit

Permalink
Fix test failures due to rate limiting
Browse files Browse the repository at this point in the history
  • Loading branch information
rkhwaja committed Nov 25, 2024
1 parent 64a29dc commit 3083268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ lint = "ruff check fs/onedrivefs/ tests/"

[tool.poe.tasks.test]
shell = """
pytest --cov=fs -n 8 --reruns 2 --only-rerun requests.exceptions.HTTPError || exit 1
pytest --cov=fs -n 4 --reruns 3 --only-rerun requests.exceptions.HTTPError || exit 1
coverage xml
"""

Expand Down

0 comments on commit 3083268

Please sign in to comment.