Skip to content

Commit

Permalink
reduce pytest workers from 8 to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Arief Rahmansyah committed Sep 5, 2023
1 parent 486b2a2 commit c85bbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2e/run-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ pipenv install --dev --skip-lock --python ${PYTHON_VERSION}
df -h
docker system df

pipenv run pytest -n=8 -W=ignore --cov=merlin -m "not (gpu or feast or batch or pyfunc or local_server_test or cli or customtransformer)"
pipenv run pytest -n=6 -W=ignore --cov=merlin -m "not (gpu or feast or batch or pyfunc or local_server_test or cli or customtransformer)"

0 comments on commit c85bbd3

Please sign in to comment.