From 865c3386e76d8c6ff993dca932ba9a1e0b0d166a Mon Sep 17 00:00:00 2001 From: Quoc-Tuan Truong <tqtg@users.noreply.github.com> Date: Thu, 8 Jul 2021 16:50:39 +0800 Subject: [PATCH] Add no_output_timeout 30m --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index eea3c821..b3ab46f6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,6 +18,7 @@ jobs: sudo pip install --upgrade pip sudo pip install --only-binary=numpy,scipy numpy scipy pytest pytest-cov codecov sudo pip install -e .[tests] + no_output_timeout: 30m - save_cache: key: deps9-{{ .Branch }} paths: @@ -27,4 +28,4 @@ jobs: - run: command: | python -m pytest --cov=cornac - codecov || echo "codecov failed" \ No newline at end of file + codecov || echo "codecov failed" -- GitLab