mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
pass longer timeout to msazure destroyinstance
This commit is contained in:
parent
34eb47717d
commit
2072773341
1 changed files with 1 additions and 1 deletions
|
@ -59,4 +59,4 @@ class AzureTest(CloudTest):
|
|||
# check if instance with salt installed returned
|
||||
ret_val = self.run_cloud('-p azure-test {0}'.format(self.instance_name), timeout=TIMEOUT)
|
||||
self.assertInstanceExists(ret_val)
|
||||
self.assertDestroyInstance()
|
||||
self.assertDestroyInstance(timeout=TIMEOUT)
|
||||
|
|
Loading…
Add table
Reference in a new issue