fix: extend batch installer selection timeout

This commit is contained in:
fujie
2026-03-16 15:49:18 +08:00
parent 6dac042059
commit 36419ba627
9 changed files with 9 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ DEFAULT_BRANCH = "main"
DEFAULT_TIMEOUT = 20
DEFAULT_SKIP_KEYWORDS = "test,verify,example,template,mock"
GITHUB_TIMEOUT = 30.0
CONFIRMATION_TIMEOUT = 120.0 # 2 minutes for user confirmation
CONFIRMATION_TIMEOUT = 900.0 # 15 minutes for user confirmation
GITHUB_API = "https://api.github.com"
GITHUB_RAW = "https://raw.githubusercontent.com"
SELF_EXCLUDE_HINT = "batch-install-plugins"