Skip to content

Commit 3d31936

Browse files
authored
Reduce number if reruns to 2 for sdk PR integration tests (#1516)
2 parents eb6a209 + 6e79795 commit 3d31936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[pytest]
22
pythonpath = .
3-
addopts = -rP -vvv --reruns 5 --reruns-delay 10 --durations=20 -n 32
3+
addopts = -rP -vvv --reruns 2 --reruns-delay 10 --durations=20 -n 32
44
markers =
55
slow: marks tests as slow (deselect with '-m "not slow"')

0 commit comments

Comments
 (0)