Skip to content

Commit c302e7a

Browse files
committed
Increase the pytest worker count
1 parent 3c82153 commit c302e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ markers =
44
skip_debug: skip test if E2B_DEBUG is set.
55
asyncio_mode=auto
66

7-
addopts = "--import-mode=importlib" "--numprocesses=1"
7+
addopts = "--import-mode=importlib" "--numprocesses=2"

0 commit comments

Comments
 (0)