add workflow 市场-Agents调度,dev

This commit is contained in:
root 2025-11-18 19:37:25 +08:00
parent a13f79ce29
commit a40bea3a15
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ class APIClient:
self.api_url,
headers=self.headers,
data=payload,
timeout=1200
timeout=2400
)
response.raise_for_status()
@ -88,7 +88,7 @@ class APIClient:
self.api_url,
headers=self.headers,
data=json.dumps(payload),
timeout=1200
timeout=2400
)
response.raise_for_status()