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
I can't find any way to set up a custom timeout, e.g. when running tests, I wanted this to fail quick, like 1 second, but can only rely on the long default timeout, which is annoying :(
Ideally: we can pass a custom HttpClient.
Even better, use the functional options pattern for every other option too
The text was updated successfully, but these errors were encountered:
When creating a new client e.g.:
I can't find any way to set up a custom timeout, e.g. when running tests, I wanted this to fail quick, like 1 second, but can only rely on the long default timeout, which is annoying :(
Ideally: we can pass a custom HttpClient.
Even better, use the functional options pattern for every other option too
The text was updated successfully, but these errors were encountered: