Skip to content

Commit

Permalink
Reduce nunber if reruns to 2 for sdk PR integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrodsky committed Mar 28, 2024
1 parent 14032ee commit 6e79795
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 6e79795

Please sign in to comment.