.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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue