fix: increase inspection timeout to 5 minutes
Metadata
Current evaluation
Merged after two approvals. Increases the default inspection timeout from 60 to 300 seconds to handle large artifacts, with plans to make it configurable. Passed CI checks and integrated into the codebase.
Suggested action: —
No scores available.
Issue body
Very large artifacts may take longer to inspect than the current limit of
60 seconds. Increase the default value to 300 seconds and make it
configurable later.
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged after two approvals. Increases the default inspection timeout from 60 to 300 seconds to handle large artifacts, with plans to make it configurable. Passed CI checks and integrated into the codebase. |
Update history
| Date | Change |
|---|---|
| created |
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #158 metadata,inspectors: fix inspection result and add tests | fetch-service | merged | Merged following two reviewer approvals and passing CI. Fixed inspection result logic required for artifact approval, added clarifying comments, and improved test coverage for artifact metadata. | |
| #409 fix: prevent races in cached inspection results | fetch-service | merged | Merged fix preventing race conditions in cached inspection results. Artifacts are now added to the session only after asynchronous inspection completes, ensuring valid reuse during fast download retries. Approved by two reviewers, passed CI, and merged. |