Skip to content

Commit 0088e45

Browse files
pytest reduce number of workers back to 1 to avoid oom issues
1 parent 427fa22 commit 0088e45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[pytest]
22
testpaths = tests
3-
addopts = -vv --log-cli-level=INFO -n 2
3+
addopts = -vv --log-cli-level=INFO -n 1
44
log_level = INFO
55

66
# 15min is 900seconds

0 commit comments

Comments
 (0)