Merge "CI: increase timeout for server resize confirmation"

This commit is contained in:
Zuul 2024-06-13 12:04:43 +00:00 committed by Gerrit Code Review
commit 4bc3cbd45c

View File

@ -206,7 +206,7 @@ function resize_instance {
openstack --debug server show ${name}
return 1
fi
sleep 1
sleep 2
done
}