Increase minion wait for slow boxes

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

View file

@ -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