mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Set default cloud test timeout back to 500 seconds
This commit is contained in:
parent
5ac89ad307
commit
810042710d
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue