Reduce terminal chart update timeouts

This commit is contained in:
2569718930@qq.com
2026-06-01 14:07:13 +08:00
parent 31fb1b3f28
commit ac5b512a72
6 changed files with 35 additions and 12 deletions
@@ -258,7 +258,7 @@ export function runTests() {
"single-runway charts must not show the runway-detail toggle because aggregate and individual views are visually redundant",
);
assert(
chartLogic.includes("HOURLY_DETAIL_REQUEST_TIMEOUT_MS = 12_000") &&
chartLogic.includes("HOURLY_DETAIL_REQUEST_TIMEOUT_MS = 16_000") &&
chartLogic.includes("fetchCityDetailBatchWithTimeout") &&
chartLogic.includes("signal: controller.signal") &&
chartLogic.includes("controller.abort()"),