mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
pass longer timeout to msazure destroyinstance
This commit is contained in:
parent
34eb47717d
commit
2072773341
@ -59,4 +59,4 @@ class AzureTest(CloudTest):
|
|||||||
# check if instance with salt installed returned
|
# check if instance with salt installed returned
|
||||||
ret_val = self.run_cloud('-p azure-test {0}'.format(self.instance_name), timeout=TIMEOUT)
|
ret_val = self.run_cloud('-p azure-test {0}'.format(self.instance_name), timeout=TIMEOUT)
|
||||||
self.assertInstanceExists(ret_val)
|
self.assertInstanceExists(ret_val)
|
||||||
self.assertDestroyInstance()
|
self.assertDestroyInstance(timeout=TIMEOUT)
|
||||||
|
Loading…
Reference in New Issue
Block a user