fix: keep scan build timeout below proxy limit

This commit is contained in:
2569718930@qq.com
2026-05-28 09:16:01 +08:00
parent b239ad131f
commit 4c68fe696b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,4 +46,4 @@ def test_scan_terminal_backend_timeout_returns_before_next_proxy_abort():
).read_text(encoding="utf-8")
assert 'POLYWEATHER_SCAN_TERMINAL_PROXY_TIMEOUT_MS || "28000"' in route_source
assert scan_terminal_config.SCAN_TERMINAL_BUILD_TIMEOUT_SEC <= 24
assert scan_terminal_config.SCAN_TERMINAL_BUILD_TIMEOUT_SEC <= 20