Increase ModuleTest.run_function timeout

Reduce flakyness with greater timeout
This commit is contained in:
Daniel A. Wozniak 2018-09-18 07:52:54 -06:00
parent 7c7353c5f6
commit 1757eddae1
No known key found for this signature in database
GPG key ID: 166B9D2C06C82D61

View file

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