shijl0925 / python-sonarqube-api

Python Client library for interacting with Community, Developer, and Enterprise Editions SonarQube's REST APIs and SonarCloud's REST APIs.
https://python-sonarqube-pro-api.readthedocs.io/en/latest/
GNU Affero General Public License v3.0
133 stars 77 forks source link

(Question) Unable to increase timeout #22

Closed MinionAttack closed 3 years ago

MinionAttack commented 3 years ago

Hi, I am trying to increase the default timeout value and I am not able to do it.

Reading the docs I can see:

Timeout in RestClient

But when coding I'm not sure where I should change the value, as when I check the debugging I don't see any effect.

Regards.

shijl0925 commented 3 years ago

I fix it in version 1.2.2. You can try it now.

MinionAttack commented 3 years ago

Thank you!