Increase timeout of run_function

This commit is contained in:
twangboy 2017-05-02 16:01:06 -06:00
parent 3ef4734d0e
commit c7d164423e

View file

@ -566,7 +566,7 @@ class ModuleCase(TestCase, SaltClientTestCaseMixin):
'''
return self.run_function(_function, args, **kw)
def run_function(self, function, arg=(), minion_tgt='minion', timeout=25, **kwargs):
def run_function(self, function, arg=(), minion_tgt='minion', timeout=90, **kwargs):
'''
Run a single salt function and condition the return down to match the
behavior of the raw function call