mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
increase batch test timeout on windows
This commit is contained in:
parent
dadf414700
commit
1087d10bea
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user