Skip to content

feat: add install timeout option#1314

Open
KimHyeongRae0 wants to merge 1 commit into
vercel-labs:mainfrom
KimHyeongRae0:fix/install-timeout
Open

feat: add install timeout option#1314
KimHyeongRae0 wants to merge 1 commit into
vercel-labs:mainfrom
KimHyeongRae0:fix/install-timeout

Conversation

@KimHyeongRae0
Copy link
Copy Markdown

Summary

  • add agent-browser install --timeout/-t <seconds> with the existing 120 second default
  • pass the configured timeout to Chrome for Testing metadata and binary download HTTP requests
  • keep --with-deps behavior unchanged
  • update CLI help, README, docs, and core skill references

Fixes #1285.

Testing

  • cargo fmt --manifest-path cli/Cargo.toml -- --check
  • git diff --check
  • CARGO_INCREMENTAL=0 cargo test --manifest-path cli/Cargo.toml --profile ci install::tests -- --test-threads=1

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 2, 2026

@KimHyeongRae0 is attempting to deploy a commit to the Vercel Labs Team on Vercel.

A member of the Team first needs to authorize it.

@KimHyeongRae0 KimHyeongRae0 marked this pull request as ready for review May 3, 2026 14:52
@KimHyeongRae0 KimHyeongRae0 force-pushed the fix/install-timeout branch from 4181b7b to 8b46d37 Compare May 9, 2026 23:34
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.

feat: support customizable timeout for agent-browser install

1 participant