Skip to content

Commit

Permalink
Reduce number if reruns to 2 for sdk PR integration tests (#1516)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrodsky authored Mar 29, 2024
2 parents eb6a209 + 6e79795 commit 3d31936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
pythonpath = .
addopts = -rP -vvv --reruns 5 --reruns-delay 10 --durations=20 -n 32
addopts = -rP -vvv --reruns 2 --reruns-delay 10 --durations=20 -n 32
markers =
slow: marks tests as slow (deselect with '-m "not slow"')

0 comments on commit 3d31936

Please sign in to comment.