Skip to content

Commit 4644edc

Browse files
🔧 chore: update test rerun delay in pyproject.toml
1 parent d0ebb2d commit 4644edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ line_length = 79
5353
[tool.taskipy.tasks]
5454
lint = 'isort . && blue . && ruff .'
5555
pre_test = 'task lint'
56-
test = 'pytest -vv -s --reruns 5 --only-rerun TooManyRequests --reruns-delay 60 -x --cov=tests tests'
56+
test = 'pytest -vv -s --reruns 5 --only-rerun TooManyRequests --reruns-delay 90 -x --cov=tests tests'
5757
post_test = 'coverage html'
5858
publish-test = 'poetry publish -r pypi-test --build'
5959
install-test = 'pip install -i https://test.pypi.org/pypi/ --extra-index-url https://pypi.org/simple --upgrade squarecloud-api'

0 commit comments

Comments
 (0)