mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 00:25:22 +00:00
Merge pull request #55312 from dwoz/issue_54389
Add a timeout for netapi NetapiClientTest.test_local
This commit is contained in:
commit
0c0d99cd7e
@ -32,7 +32,7 @@ class NetapiClientTest(TestCase):
|
||||
del self.netapi
|
||||
|
||||
def test_local(self):
|
||||
low = {'client': 'local', 'tgt': '*', 'fun': 'test.ping'}
|
||||
low = {'client': 'local', 'tgt': '*', 'fun': 'test.ping', 'timeout': 300}
|
||||
low.update(self.eauth_creds)
|
||||
|
||||
ret = self.netapi.run(low)
|
||||
|
Loading…
Reference in New Issue
Block a user