mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +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
|
Integration tests for the salt.cli.batch module
|
||||||
'''
|
'''
|
||||||
if salt.utils.platform.is_windows():
|
if salt.utils.platform.is_windows():
|
||||||
run_timeout = 90
|
run_timeout = 180
|
||||||
else:
|
else:
|
||||||
run_timeout = 30
|
run_timeout = 30
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user