1
1
Fork 1

Increase timer.

This commit is contained in:
Derek Smith 2023-11-19 14:00:34 -05:00
parent f8d6d2acfc
commit 2fd61026ef
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ else
lxc start "$BASE_IMAGE_VM_NAME" --project=default
sleep 15
sleep 25
while lxc exec "$BASE_IMAGE_VM_NAME" --project=default -- [ ! -f /var/lib/cloud/instance/boot-finished ]; do
sleep 1
done