mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
add timeout parameter and increase default timeout for nso modules (#37391)
NSO operations can take much longer than 10 seconds as they operate on real network equipment, set default timeout to 5 minutes and allow for user override.
This commit is contained in:
committed by
John R Barker
parent
e166946a0a
commit
458a07d5a4
@@ -32,4 +32,8 @@ options:
|
||||
password:
|
||||
description: NSO password
|
||||
required: true
|
||||
timeout:
|
||||
description: JSON-RPC request timeout in seconds
|
||||
default: 300
|
||||
version_added: "2.6"
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user