Merge pull request #51646 from dwoz/batch_exit_2018.3.4

[2018.3.4] increase batch test timeout on windows
This commit is contained in:
Shane Lee 2019-02-14 09:29:52 -07:00 committed by GitHub
commit 9741289209
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