mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-09 10:41:31 -07:00
hcloud: Fix testsuite (#55076)
This commit is contained in:
parent
a971a0eb80
commit
3f579eb68f
21 changed files with 47 additions and 75 deletions
|
@ -301,7 +301,7 @@ class AnsibleHcloudServer(Hcloud):
|
|||
timeout = 100
|
||||
if self.module.params.get("upgrade_disk"):
|
||||
timeout = (
|
||||
500
|
||||
1000
|
||||
) # When we upgrade the disk too the resize progress takes some more time.
|
||||
if not self.module.check_mode:
|
||||
self.hcloud_server.change_type(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue