Try an even bigger timeout

This commit is contained in:
Daniel A. Wozniak 2018-05-23 11:08:14 -07:00
parent d5eafe9d53
commit be8dcd21f1
No known key found for this signature in database
GPG Key ID: 166B9D2C06C82D61

View File

@ -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):