mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Match timeout
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
ab35c07c47
commit
2c8d078827
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ def test_payload_handling_exception(temp_salt_minion, temp_salt_master):
|
|||
with MockSaltMinionMaster(temp_salt_minion, temp_salt_master) as minion_master:
|
||||
with patch.object(minion_master.mock, "_handle_payload_hook") as _mock:
|
||||
_mock.side_effect = Exception()
|
||||
ret = minion_master.channel.send({}, timeout=2, tries=1)
|
||||
ret = minion_master.channel.send({}, timeout=5, tries=1)
|
||||
assert ret == "Some exception handling minion payload"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue