Bump no_output_timeout a lot for SageMath

This commit is contained in:
Radon Rosborough 2021-01-23 14:55:36 -08:00
parent 6e3250e943
commit 8880d79049
2 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -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