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:
parent
4b14350e5f
commit
2a07aa2f24
@ -113,7 +113,7 @@ function main() {
|
||||
start_qemu
|
||||
|
||||
# Login
|
||||
expect "archiso login:"
|
||||
expect "archiso login:" 60
|
||||
send "root\n"
|
||||
expect "# "
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user