From 0ed630f1391f40cbc5b17942a17bf9b4a97bb7e1 Mon Sep 17 00:00:00 2001 From: Sam Shleifer Date: Thu, 13 Feb 2020 09:11:03 -0500 Subject: [PATCH] Attempt to increase timeout for circleci slow tests (#2844) --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index a095d326cb..7e90ea15ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: