pub const BUNDLE_DOWNLOAD_TIMEOUT: Duration;Expand description
Per-request timeout override for the bundle download (Pitfall 8):
the 30 s client default would TRUNCATE MB-sized bundles mid-stream.
Same class as the logs-download 120 s / project-export 120 s /
gwbk 300 s overrides — this ride goes through
download_to_file’s RequestBuilder::timeout, never a second
client. Pinned at 300 s by the unit test below (the REQUIRED
deterministic timeout-override check lives here, where the
constant is born).