mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
increase batch test timeout on windows
This commit is contained in:
parent
d0cad3e5a3
commit
a8f25bb9ea
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue