Skip to content

fix: Extend timeout for inspect subset and compare subsets#1287

Merged
Konboi merged 1 commit intov1from
fix/inspect-subset-timeout
Apr 21, 2026
Merged

fix: Extend timeout for inspect subset and compare subsets#1287
Konboi merged 1 commit intov1from
fix/inspect-subset-timeout

Conversation

@Konboi
Copy link
Copy Markdown
Contributor

@Konboi Konboi commented Apr 21, 2026

Summary

  • Large subsets occasionally take well over the default 15s read timeout to fetch, causing launchable inspect subset and launchable compare subsets to fail with ReadTimeoutError (observed ~65s for a single inspect call).
  • Override the per-request timeout on those GET calls to (30, 300) (connect / read) so big responses have enough time to complete.

Test plan

  • launchable inspect subset --subset-id <large-id> completes without ReadTimeoutError
  • launchable compare subsets --subset-id-before <a> --subset-id-after <b> (with large subsets) completes

🤖 Generated with Claude Code

Large subsets can take well over the default 15s read timeout to fetch,
causing `inspect subset` and `compare subsets` to fail. Raise the
per-request timeout to (30, 300) for these GET calls.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@Konboi Konboi merged commit c9b9152 into v1 Apr 21, 2026
13 checks passed
@Konboi Konboi deleted the fix/inspect-subset-timeout branch April 21, 2026 02:21
This was referenced Apr 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants