openshell sandbox create --timeout=?
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 8.7k
- Forks
- 1.3k
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 253
Description
User Story
For whatever reason some of my "sandbox create" (using podman) take longer than 30 seconds and thus timeout.
Problem Statement
For whatever reason some of my "sandbox create" (using podman) take longer than 30 seconds and thus timeout.
Impact / Why This Matters
it's awkward trying to download images by hand; try running multiple times to get one to work; debug whether it's just a time issue or some other problem.
Proposed Design
add "--timeout=?" to sandbox create to override 30 second default.
Acceptance Criteria
observe that sandbox create could wait longer for podman to create the container
Alternatives Considered
none
Agent Investigation
No response
Checklist
- I've reviewed existing issues and the architecture docs
- This is a design proposal, not a "please build this" request
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the sandbox create command to the existing 30-second timeout and its Podman creation path, using the architecture docs referenced in the issue. Done means sandbox create --timeout=? can override the default and wait longer for Podman without breaking the default behavior; add or run the relevant command tests if they are found there.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100