mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Allow more time for minions to sync.
This commit is contained in:
parent
ebab15285e
commit
f66c7741ff
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class TestDaemon(object):
|
|||
'''
|
||||
Set up the master and minion daemons, and run related cases
|
||||
'''
|
||||
MINIONS_CONNECT_TIMEOUT = MINIONS_SYNC_TIMEOUT = 60
|
||||
MINIONS_CONNECT_TIMEOUT = MINIONS_SYNC_TIMEOUT = 120
|
||||
|
||||
def __init__(self, opts=None):
|
||||
self.opts = opts
|
||||
|
|
Loading…
Add table
Reference in a new issue