Allow more time for minions to sync.

This commit is contained in:
Pedro Algarvio 2012-12-04 13:02:56 +00:00
parent ebab15285e
commit f66c7741ff

View file

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