From 8880d79049fb7165dc13fc40c77aa717cd7ebaed Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 23 Jan 2021 14:55:36 -0800 Subject: [PATCH] Bump no_output_timeout a lot for SageMath --- .circleci/config.yml | 4 +++- langs/sagemath.yaml | 5 +---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f30822e..c1998e0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,4 +15,6 @@ jobs: image: ubuntu-2004:202010-01 steps: - checkout - - run: tools/ci-bootstrap.bash + - run: + command: tools/ci-bootstrap.bash + no_output_timeout: 1h diff --git a/langs/sagemath.yaml b/langs/sagemath.yaml index 17c2270..29fa8db 100644 --- a/langs/sagemath.yaml +++ b/langs/sagemath.yaml @@ -19,10 +19,7 @@ install: sudo mkdir /opt/sagemath sudo chown riju:riju /opt/sagemath - - # Verbose output because otherwise CircleCI thinks nothing is - # happening for too long, and kills the job. - tar -xvf sage.tar.bz2 -C /opt/sagemath --strip-components=1 + tar -xf sage.tar.bz2 -C /opt/sagemath --strip-components=1 python2 /opt/sagemath/relocate-once.py