Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set timeout for inventory refresh calls
The settings.yml contains timeout only for RHV service calls. However when services are invoked as part of the refresh process, no timeout is provided for these calls, letting the Net::HTTP 60 seconds default timeout to be the affective timeout. The 60 seconds default timeout is too short, therefore the default timeout for inventory service calls to RHV is set to 1 hour. http://bugzilla.redhat.com/1430722
- Loading branch information