Attempt to increase timeout for circleci slow tests (#2844)
This commit is contained in:
@@ -28,6 +28,8 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- run: sudo pip install .[mecab,sklearn,tf-cpu,torch,testing]
|
- run: sudo pip install .[mecab,sklearn,tf-cpu,torch,testing]
|
||||||
- run: python -m pytest -n 8 --dist=loadfile -s -v ./tests/
|
- run: python -m pytest -n 8 --dist=loadfile -s -v ./tests/
|
||||||
|
- no_output_timeout: 4h
|
||||||
|
|
||||||
run_tests_torch:
|
run_tests_torch:
|
||||||
working_directory: ~/transformers
|
working_directory: ~/transformers
|
||||||
docker:
|
docker:
|
||||||
|
|||||||
Reference in New Issue
Block a user