From f2e4bf704145e87418a078b378235382c1e3e6b7 Mon Sep 17 00:00:00 2001 From: fish Date: Sun, 10 May 2026 15:19:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=88=86=E8=AF=B7=E6=B1=82=E8=B6=85?= =?UTF-8?q?=E6=97=B6=E6=97=B6=E9=97=B4=E5=BB=B6=E9=95=BF=E8=87=B3=2060=20?= =?UTF-8?q?=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- web/frontend/src/api/run.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/frontend/src/api/run.ts b/web/frontend/src/api/run.ts index 34f2514..1800420 100644 --- a/web/frontend/src/api/run.ts +++ b/web/frontend/src/api/run.ts @@ -27,7 +27,7 @@ export interface ActiveContract { } export function runPipeline(req: RunRequest) { - return client.post('/run', req).then((r) => r.data) + return client.post('/run', req, { timeout: 60_000 }).then((r) => r.data) } export interface RunRangeRequest {