mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge branch '2018.3' into 51266_schedule_enable_disable_break_save
This commit is contained in:
commit
fbacb35424
@ -183,7 +183,7 @@ class TestDaemon(object):
|
||||
'''
|
||||
Set up the master and minion daemons, and run related cases
|
||||
'''
|
||||
MINIONS_CONNECT_TIMEOUT = MINIONS_SYNC_TIMEOUT = 300
|
||||
MINIONS_CONNECT_TIMEOUT = MINIONS_SYNC_TIMEOUT = 500
|
||||
|
||||
def __init__(self, parser):
|
||||
self.parser = parser
|
||||
|
@ -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