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 7531678 commit 9b184ecCopy full SHA for 9b184ec
server.sh
@@ -246,7 +246,7 @@ for driver in "${!drivers[@]}"; do
246
247
if [ "$os_user" != '' ]; then
248
echo "Testing connectivity from the instance ${name}"
249
- sleep 20
+ sleep 60
250
if ! ssh -o ConnectTimeout=30 -o StrictHostKeyChecking=no "$os_user"@"$fip_address" ping -c 1 1.1.1.1; then
251
echo "Error when running a ping from the instance. Dumping instance console..."
252
openstack console log show "$name" || true
0 commit comments