mirror of https://github.com/ansible/ansible
use same timeout for galaxy api interactions (#77088)
Also, bump the default. A number of people have reported problems with this 20 second timeout for a couple of years on https://github.com/ansible/galaxy/issues/2302 It is mentioned in the issue that resolving dns can sometimes take up to 30 seconds, and that this timeout includes dns resolution. Includes a changelog messagepull/77141/head
parent
4f48f375a0
commit
3f924b59f2
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- extend timeout for ansible-galaxy when communicating with the galaxy server api, and apply it to all interactions with the api
|
||||
Loading…
Reference in new issue