.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:
parent
f502b56ec2
commit
c241285c5f
@ -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}/"
|
||||
|
Loading…
Reference in New Issue
Block a user