We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc8938 commit 8f505cbCopy full SHA for 8f505cb
tox.ini
@@ -9,12 +9,12 @@ deps =
9
pytest-timeout
10
moto
11
commands =
12
- pytest --timeout=900 -n 8 tests
+ pytest --timeout=600 -n 16 tests
13
14
[testenv:py36]
15
passenv = AWS_PROFILE AWS_DEFAULT_REGION AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY
16
deps =
17
{[testenv]deps}
18
pytest-cov
19
20
- pytest --timeout=900 --cov=awswrangler -n 8 tests
+ pytest --timeout=600 --cov=awswrangler -n 16 tests
0 commit comments