Skip to content

Commit 8f505cb

Browse files
committed
Increase tests parallelism.
1 parent 2cc8938 commit 8f505cb

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
@@ -9,12 +9,12 @@ deps =
99
pytest-timeout
1010
moto
1111
commands =
12-
pytest --timeout=900 -n 8 tests
12+
pytest --timeout=600 -n 16 tests
1313

1414
[testenv:py36]
1515
passenv = AWS_PROFILE AWS_DEFAULT_REGION AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY
1616
deps =
1717
{[testenv]deps}
1818
pytest-cov
1919
commands =
20-
pytest --timeout=900 --cov=awswrangler -n 8 tests
20+
pytest --timeout=600 --cov=awswrangler -n 16 tests

0 commit comments

Comments
 (0)