Skip to content

Commit

Permalink
Add a timeout for netapi NetapiClientTest.test_local
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Nov 14, 2019
1 parent 4ef9222 commit a7acd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/netapi/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def tearDown(self):
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)
Expand Down

0 comments on commit a7acd78

Please sign in to comment.