Skip to content

Commit 2a41fe6

Browse files
committed
Increasing test timeout.
1 parent e178b90 commit 2a41fe6

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
@@ -10,12 +10,12 @@ deps =
1010
moto==1.3.14
1111
s3fs==0.4.2
1212
commands =
13-
pytest -n 16 --timeout=240 tests
13+
pytest -n 16 --timeout=300 tests
1414

1515
[testenv:py38]
1616
passenv = AWS_PROFILE AWS_DEFAULT_REGION AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY
1717
deps =
1818
{[testenv]deps}
1919
pytest-cov==2.10.1
2020
commands =
21-
pytest -n 16 --timeout=240 --cov=awswrangler tests
21+
pytest -n 16 --timeout=300 --cov=awswrangler tests

0 commit comments

Comments
 (0)