mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Race condition still exists at one second timeout.
This commit is contained in:
parent
3a62f74758
commit
49599475b1
1 changed files with 1 additions and 1 deletions
|
@ -894,7 +894,7 @@ def destroy(name, call=None):
|
|||
|
||||
# required to wait a bit here, otherwise the VM is sometimes
|
||||
# still locked and destroy fails.
|
||||
time.sleep(1)
|
||||
time.sleep(3)
|
||||
|
||||
query('delete', 'nodes/{0}/{1}'.format(
|
||||
vmobj['node'], vmobj['id']
|
||||
|
|
Loading…
Add table
Reference in a new issue