mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
increase timeouts
This commit is contained in:
parent
d23c952a4e
commit
c84abee047
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ inventory = inventory
|
||||||
pipelining = True
|
pipelining = True
|
||||||
retry_files_enabled = False
|
retry_files_enabled = False
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
timeout = 30
|
timeout = 60
|
||||||
|
|
||||||
[paramiko_connection]
|
[paramiko_connection]
|
||||||
record_host_keys = False
|
record_host_keys = False
|
||||||
|
|
Loading…
Add table
Reference in a new issue