Skip to content

Commit

Permalink
Increase tests parallelism.
Browse files Browse the repository at this point in the history
  • Loading branch information
igorborgest committed Jul 1, 2020
1 parent 2cc8938 commit 8f505cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ deps =
pytest-timeout
moto
commands =
pytest --timeout=900 -n 8 tests
pytest --timeout=600 -n 16 tests

[testenv:py36]
passenv = AWS_PROFILE AWS_DEFAULT_REGION AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY
deps =
{[testenv]deps}
pytest-cov
commands =
pytest --timeout=900 --cov=awswrangler -n 8 tests
pytest --timeout=600 --cov=awswrangler -n 16 tests

0 comments on commit 8f505cb

Please sign in to comment.