Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authorDavid Runge <dvzrv@archlinux.org>2021-05-06 10:57:18 +0200
committerDavid Runge <dvzrv@archlinux.org>2021-05-06 10:57:18 +0200
commit2a07aa2f2485ffd8c401f437c1751be86f8d4dcc (patch)
tree7a0fcc29ad8b4ffbc5e7a414cd3e97bc7d59a097 /.gitlab
parent4b14350e5f6a429dbfbe25ed401dbc130b4eca54 (diff)
Increase timeout for initial prompt in build VM
.gitlab/ci/build-host.sh: Increase the allowed timeout for reaching the initial prompt in the build VM from 30 to 60 seconds. Fixes #129
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 12f6e64..7a15010 100755
--- a/.gitlab/ci/build-host.sh
+++ b/.gitlab/ci/build-host.sh
@@ -113,7 +113,7 @@ function main() {
start_qemu
# Login
- expect "archiso login:"
+ expect "archiso login:" 60
send "root\n"
expect "# "