From c241285c5fb6d82c7364d4c935b7f1d02bfa11c0 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Sat, 6 Mar 2021 16:44:23 +0200 Subject: .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. --- .gitlab/ci/build-host.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab') 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}/" -- cgit v1.2.3-54-g00ecf