You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When looking into where the timeout value is coming from, I saw that there's a constant NETWORK_TIMEOUT defined in api.py which can not be changed easily.
I will prepare a PR that will make this setting configurable when instantiating the client, defaulting to the 10 second timeout as before.