DEFAULT_HTTP_TIMEOUT

safir.dependencies.http_client.DEFAULT_HTTP_TIMEOUT = 20.0

Default timeout (in seconds) for outbound HTTP requests.

The default HTTPX timeout has proven too short in practice for calls to, for example, GitHub for authorization verification. Increase the default to 20 seconds. Users of this dependency can always lower it if needed.