Increase minion wait for slow boxes

This commit is contained in:
Daniel A. Wozniak 2019-02-14 01:46:53 -07:00
parent b5ae53a3b9
commit 7c2d7a4390
No known key found for this signature in database
GPG Key ID: 166B9D2C06C82D61

View File

@ -181,7 +181,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