Skip to content

Commit 1f14929

Browse files
committed
Increase pytest rerun attempts from 2 to 4 in pyproject.toml
1 parent 39dbeea commit 1f14929

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
@@ -56,7 +56,7 @@ ignore = [
5656
extend-per-file-ignores = { "*/test_*/*" = ["S101", "SLF001", "ARG", "PLR6301"] }
5757

5858
[tool.pytest.ini_options]
59-
addopts = "--cov -s -vv --reruns 2 --only-rerun FailedAllConnectAttemptsError"
59+
addopts = "--cov -s -vv --reruns 4 --only-rerun FailedAllConnectAttemptsError"
6060

6161
[tool.coverage.report]
6262
skip_covered = true

0 commit comments

Comments
 (0)