Skip to content

Commit 74080b2

Browse files
committed
Double number of pytest workers
1 parent 4ad1182 commit 74080b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extras =
2222
commands =
2323
pytest \
2424
-m "not slow" \
25-
-n auto --maxprocesses 5 \
25+
-n auto --maxprocesses 10 \
2626
--cov-config=pyproject.toml \
2727
--cov=ethereum \
2828
--cov-report=term \
@@ -43,7 +43,7 @@ commands =
4343
--show-capture=no \
4444
--disable-warnings \
4545
-m "not slow" \
46-
-n auto --maxprocesses 2 \
46+
-n auto --maxprocesses 5 \
4747
--ignore-glob='tests/fixtures/*' \
4848
--basetemp="{temp_dir}/pytest"
4949

0 commit comments

Comments
 (0)