-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
enhancementNew feature or requestNew feature or request
Description
🐛 Bug Report
Refreshing a protection source takes a lot of time so I need to momentarily increase the request timeout.
When I set it using the variable in CohesityClient.config it doesn't have any effect.
To Reproduce
(Write your steps here:)
- Instantiate a client (named c here)
- Edit the variable c.config.http_request_timeout
- Make a call that takes a lot of time
Expected behavior
The timeout used in the lib should be the one I set in the variable
Actual Behavior
The call fails with a TimeoutError and the timeout value is shown as being 60
Note that I checked if editing the default value has an impact and it is the case, it seems it is only about editing the value after object creation.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request