Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http_methods.py: timeout value is not configurable - http calls are failing if they take more than 10 seconds #152

Open
robertdemeyer opened this issue Dec 7, 2021 · 0 comments

Comments

@robertdemeyer
Copy link

Hello Cisco!

I have the problem that the http call to get all vmanage lists takes longer than 10 seconds.
Even though I am providing a timeout value increase (to 30 seconds) in the auth call the other api calls are not affected at all.
Seems like the timeout is only limited to the auth.

I´ve patched the file "http_methods.py" in order to load the data:
STANDARD_TIMEOUT = 30

Could you be so kind and:

  1. Increase the STANDARD_TIMEOUT value?
  2. Or make the timeout configurable.

br,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant