mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Increase minion wait for slow boxes
This commit is contained in:
parent
e7ee04e6d5
commit
a5af9c5388
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue