diff options
| author | nl6720 <nl6720@gmail.com> | 2021-03-06 16:44:23 +0200 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2021-03-14 20:20:46 +0200 |
| commit | c241285c5fb6d82c7364d4c935b7f1d02bfa11c0 (patch) | |
| tree | 72a6e79366dad1e8525dabdbdb13655a09f76f4f | |
| parent | f502b56ec2518cb2f3a6bd687683a09c0cd07712 (diff) | |
| download | archiso-c241285c5fb6d82c7364d4c935b7f1d02bfa11c0.tar.gz archiso-c241285c5fb6d82c7364d4c935b7f1d02bfa11c0.tar.bz2 | |
.gitlab/ci/build-host.sh: increase mksquashfs timeout to 40 minutes
Some mksquashfs runs take a very long time and 1000 seconds might not be enough.
| -rwxr-xr-x | .gitlab/ci/build-host.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/build-host.sh b/.gitlab/ci/build-host.sh index 3d26565..026d28f 100755 --- a/.gitlab/ci/build-host.sh +++ b/.gitlab/ci/build-host.sh @@ -145,7 +145,7 @@ function main() { ## Start build and copy output to local disk send "bash -x ./.gitlab/ci/build-inside-vm.sh ${PROFILE}\n " - expect "# " 1000 # mksquashfs can take a long time + expect "# " 2400 # mksquashfs can take a very long time send "cp -r --preserve=mode,timestamps -- output /mnt/project/tmp/$(basename "${TMPDIR}")/\n" expect "# " 60 mv output/* "${OUTPUT}/" |
