Skip to content

Commit b3395b9

Browse files
committed
update to num reruns
1 parent 641e005 commit b3395b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ jobs:
8484

8585
LABELBOX_TEST_API_KEY_STAGING: ${{ secrets[matrix.staging-key] }}
8686
run: |
87-
tox -e py -- -svv --reruns 3
87+
tox -e py -- -svv --reruns 5 --reruns-delay 10

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[pytest]
2-
addopts = -s -vv --reruns 3
2+
addopts = -s -vv --reruns 5 --reruns-delay 10
33
markers =
44
slow: marks tests as slow (deselect with '-m "not slow"')

0 commit comments

Comments
 (0)