add workflow 市场-Agents调度,dev
This commit is contained in:
parent
a13f79ce29
commit
a40bea3a15
|
|
@ -44,7 +44,7 @@ class APIClient:
|
||||||
self.api_url,
|
self.api_url,
|
||||||
headers=self.headers,
|
headers=self.headers,
|
||||||
data=payload,
|
data=payload,
|
||||||
timeout=1200
|
timeout=2400
|
||||||
)
|
)
|
||||||
|
|
||||||
response.raise_for_status()
|
response.raise_for_status()
|
||||||
|
|
@ -88,7 +88,7 @@ class APIClient:
|
||||||
self.api_url,
|
self.api_url,
|
||||||
headers=self.headers,
|
headers=self.headers,
|
||||||
data=json.dumps(payload),
|
data=json.dumps(payload),
|
||||||
timeout=1200
|
timeout=2400
|
||||||
)
|
)
|
||||||
|
|
||||||
response.raise_for_status()
|
response.raise_for_status()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue