MCPcopy Index your code
hub / github.com/saltstack/salt / run

Method run

tests/pytests/integration/modules/test_beacons.py:24–29  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

22 salt_call_cli = attr.ib()
23
24 def run(self, *args, **kwargs):
25 beacon_event_timeout = 120
26 cli_run_timeout = beacon_event_timeout + 30
27 return self.salt_call_cli.run(
28 *args, timeout=beacon_event_timeout, _timeout=cli_run_timeout, **kwargs
29 )
30
31
32@pytest.fixture(scope="module")

Calls

no outgoing calls

Tested by

no test coverage detected