This commit is contained in:
hailin 2025-04-03 10:05:21 +08:00
parent 75283904ba
commit 19ae1f877c
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ export function DetailPageHeader({ data }: { data: any }) {
}
const controller = new AbortController();
const timeoutId = setTimeout(() => controller.abort(), 10_000); // ⏰ 10秒超时
const timeoutId = setTimeout(() => controller.abort(), 60_000); // ⏰ 60秒超时
const res = await fetch("/api/v1/deploy/delete", {
method: "POST",