qiboteam / qibo-client

Qibo remote connection client.
https://qibo.science
Apache License 2.0
1 stars 0 forks source link

Increase default request timeout #45

Closed scarrazza closed 1 week ago

scarrazza commented 1 week ago

Some CI tests in https://github.com/qiboteam/qibo-cloud-backends are failing due to timeout 10. This issue seems to disappear by increasing timeout to e.g. 20s. @marcorossi5, do you see some negative side effect for this increase?

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (2c50f98) to head (ce9a67b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #45 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 6 6 Lines 122 122 ========================================= Hits 122 122 ``` | [Flag](https://app.codecov.io/gh/qiboteam/qibo-client/pull/45/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qiboteam) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/qiboteam/qibo-client/pull/45/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qiboteam) | `100.00% <100.00%> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qiboteam#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

marcorossi5 commented 1 week ago

Its ok to increase the timeout. It should have no effect.

scarrazza commented 1 week ago

Thanks @marcorossi5.