Skip to content

Commit 6e79795

Browse files
author
Val Brodsky
committed
Reduce nunber if reruns to 2 for sdk PR integration tests
1 parent 14032ee commit 6e79795

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)