We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641e005 commit b3395b9Copy full SHA for b3395b9
.github/workflows/python-package.yml
@@ -84,4 +84,4 @@ jobs:
84
85
LABELBOX_TEST_API_KEY_STAGING: ${{ secrets[matrix.staging-key] }}
86
run: |
87
- tox -e py -- -svv --reruns 3
+ tox -e py -- -svv --reruns 5 --reruns-delay 10
pytest.ini
@@ -1,4 +1,4 @@
1
[pytest]
2
-addopts = -s -vv --reruns 3
+addopts = -s -vv --reruns 5 --reruns-delay 10
3
markers =
4
slow: marks tests as slow (deselect with '-m "not slow"')
0 commit comments