Bump no_output_timeout a lot for SageMath
This commit is contained in:
parent
6e3250e943
commit
8880d79049
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue