Merge pull request #51645 from dwoz/batch_exit_2019.2

[2019.2] increase batch test timeout on windows
This commit is contained in:
Shane Lee 2019-02-14 09:29:25 -07:00 committed by GitHub
commit a0982f74f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ class BatchTest(ShellCase):
Integration tests for the salt.cli.batch module
'''
if salt.utils.platform.is_windows():
run_timeout = 90
run_timeout = 180
else:
run_timeout = 30