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 e178b90 commit 2a41fe6Copy full SHA for 2a41fe6
tox.ini
@@ -10,12 +10,12 @@ deps =
10
moto==1.3.14
11
s3fs==0.4.2
12
commands =
13
- pytest -n 16 --timeout=240 tests
+ pytest -n 16 --timeout=300 tests
14
15
[testenv:py38]
16
passenv = AWS_PROFILE AWS_DEFAULT_REGION AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY
17
deps =
18
{[testenv]deps}
19
pytest-cov==2.10.1
20
21
- pytest -n 16 --timeout=240 --cov=awswrangler tests
+ pytest -n 16 --timeout=300 --cov=awswrangler tests
0 commit comments