Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2021-03-06 16:44:23 +0200
committernl6720 <nl6720@gmail.com>2021-03-14 20:20:46 +0200
commitc241285c5fb6d82c7364d4c935b7f1d02bfa11c0 (patch)
tree72a6e79366dad1e8525dabdbdb13655a09f76f4f /.gitlab
parentf502b56ec2518cb2f3a6bd687683a09c0cd07712 (diff)
.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.
Diffstat (limited to '.gitlab')
-rwxr-xr-x.gitlab/ci/build-host.sh2
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}/"