Set default cloud test timeout back to 500 seconds

This commit is contained in:
Daniel A. Wozniak 2018-03-28 20:39:03 -07:00
parent 5ac89ad307
commit 810042710d
No known key found for this signature in database
GPG key ID: 166B9D2C06C82D61

View file

@ -43,7 +43,7 @@ class EC2Test(ShellCase):
'''
Integration tests for the EC2 cloud provider in Salt-Cloud
'''
TIMEOUT = 1500
TIMEOUT = 500
def _installer_name(self):
'''