feat: 调整 AI 规格解析等待时间 (#286)

This commit is contained in:
chengma
2026-08-21 10:31:17 +08:00
parent 7d9d83d2fa
commit dc808e2a95
6 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ from .task_models import TaskType
DEFAULT_ADMIN_BASE_URL = "https://buy.833729.com"
PURCHASE_SPEC_RESOLUTION_TIMEOUT_SECONDS = 60.0
PURCHASE_SPEC_RESOLUTION_TIMEOUT_SECONDS = 132.0
class HttpAdminGateway(AdminGateway):