Skip to content

Commit 9b184ec

Browse files
committed
Increase timeout
What's another 40 seconds between friends? Signed-off-by: Stephen Finucane <[email protected]>
1 parent 7531678 commit 9b184ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ for driver in "${!drivers[@]}"; do
246246

247247
if [ "$os_user" != '' ]; then
248248
echo "Testing connectivity from the instance ${name}"
249-
sleep 20
249+
sleep 60
250250
if ! ssh -o ConnectTimeout=30 -o StrictHostKeyChecking=no "$os_user"@"$fip_address" ping -c 1 1.1.1.1; then
251251
echo "Error when running a ping from the instance. Dumping instance console..."
252252
openstack console log show "$name" || true

0 commit comments

Comments
 (0)