increase batch test timeout on windows

This commit is contained in:
Daniel A. Wozniak 2019-02-14 01:18:45 -07:00
parent dadf414700
commit 1087d10bea
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