mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Try an even bigger timeout
This commit is contained in:
parent
d5eafe9d53
commit
be8dcd21f1
@ -39,7 +39,7 @@ def __random_name(size=6):
|
||||
INSTANCE_NAME = __random_name()
|
||||
PROVIDER_NAME = 'ec2'
|
||||
HAS_WINRM = salt.utils.cloud.HAS_WINRM and salt.utils.cloud.HAS_SMB
|
||||
TIMEOUT = 1000
|
||||
TIMEOUT = 1200
|
||||
|
||||
|
||||
class EC2Test(ShellCase):
|
||||
|
Loading…
Reference in New Issue
Block a user