Attempt to increase timeout for circleci slow tests (#2844)

This commit is contained in:
Sam Shleifer
2020-02-13 09:11:03 -05:00
committed by GitHub
parent ef74b0f07a
commit 0ed630f139

View File

@@ -28,6 +28,8 @@ jobs:
- checkout
- run: sudo pip install .[mecab,sklearn,tf-cpu,torch,testing]
- run: python -m pytest -n 8 --dist=loadfile -s -v ./tests/
- no_output_timeout: 4h
run_tests_torch:
working_directory: ~/transformers
docker: