mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Increase timeout
This commit is contained in:
@@ -563,7 +563,7 @@ class Nxapi(object):
|
||||
headers['Cookie'] = self._nxapi_auth
|
||||
|
||||
response, headers = fetch_url(self.module, self.url, data=data,
|
||||
headers=headers, method='POST')
|
||||
headers=headers, method='POST', timeout=20)
|
||||
|
||||
self._nxapi_auth = headers.get('set-cookie')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user