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
This commit is contained in:
David Runge 2021-05-06 10:57:18 +02:00
parent 4b14350e5f
commit 2a07aa2f24
No known key found for this signature in database
GPG key ID: 7258734B41C31549

View file

@ -113,7 +113,7 @@ function main() {
start_qemu
# Login
expect "archiso login:"
expect "archiso login:" 60
send "root\n"
expect "# "