.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.
This commit is contained in:
nl6720 2021-03-06 16:44:23 +02:00
parent f502b56ec2
commit c241285c5f
No known key found for this signature in database
GPG key ID: 5CE88535E188D369

View file

@ -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}/"