increase batch test timeout on windows

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

View file

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