mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Increase function timeout
This commit is contained in:
parent
ed4de6385d
commit
536fce611f
@ -781,7 +781,7 @@ class ModuleCase(TestCase, SaltClientTestCaseMixin):
|
|||||||
'''
|
'''
|
||||||
return self.run_function(_function, args, **kw)
|
return self.run_function(_function, args, **kw)
|
||||||
|
|
||||||
def run_function(self, function, arg=(), minion_tgt='minion', timeout=120, **kwargs):
|
def run_function(self, function, arg=(), minion_tgt='minion', timeout=300, **kwargs):
|
||||||
'''
|
'''
|
||||||
Run a single salt function and condition the return down to match the
|
Run a single salt function and condition the return down to match the
|
||||||
behavior of the raw function call
|
behavior of the raw function call
|
||||||
|
Loading…
Reference in New Issue
Block a user