increase batch test timeout on windows

This commit is contained in:
Daniel A. Wozniak 2019-02-14 01:18:45 -07:00
parent e7ee04e6d5
commit 4b11d6bb5c
No known key found for this signature in database
GPG key ID: 166B9D2C06C82D61

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