mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
increase timeout when gathering results
This commit is contained in:
parent
784786d004
commit
e7c9d6ea22
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ class PubServerChannel(TestCase, AdaptedConfigurationTestCaseMixin):
|
|||
del self.process_manager
|
||||
|
||||
@staticmethod
|
||||
def _gather_results(opts, pub_uri, results, timeout=20, messages=None):
|
||||
def _gather_results(opts, pub_uri, results, timeout=120, messages=None):
|
||||
'''
|
||||
Gather results until then number of seconds specified by timeout passes
|
||||
without reveiving a message
|
||||
|
|
Loading…
Add table
Reference in a new issue