Unverified Commit 0ed630f1 authored by Sam Shleifer's avatar Sam Shleifer Committed by GitHub
Browse files

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

parent ef74b0f0
...@@ -28,6 +28,8 @@ jobs: ...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment