We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ccc48 commit b4a7515Copy full SHA for b4a7515
scripts/test_install.sh
@@ -148,7 +148,7 @@ create_lxd_container() {
148
sudo lxc config set "$CONTAINER_NAME" security.nesting true
149
sudo lxc restart "$CONTAINER_NAME"
150
echo "Waiting for container to be ready..."
151
- sleep 1000
+ sleep 60
152
sudo lxc exec "$CONTAINER_NAME" -- cloud-init status --wait 2>/dev/null || true
153
}
154
0 commit comments