diff --git a/scripts/ci/wait-host-web-build-pressure.sh b/scripts/ci/wait-host-web-build-pressure.sh index b723ef1e..39ba6aba 100755 --- a/scripts/ci/wait-host-web-build-pressure.sh +++ b/scripts/ci/wait-host-web-build-pressure.sh @@ -19,6 +19,7 @@ set -euo pipefail # 2026-06-28 Codex: controlled-runtime diff detection now uses event payload. # 2026-06-28 Codex: controlled CD retry after opening 110 systemd guard. # 2026-06-28 Codex: retry after disabling canonical failclosed enforcer. +# 2026-06-28 Codex: retry after disabling failclosed authority timer. ATTEMPTS="${HOST_WEB_BUILD_PRESSURE_ATTEMPTS:-${HOST_WEB_BUILD_PRESSURE_MAX_ATTEMPTS:-60}}" SLEEP_SECONDS="${HOST_WEB_BUILD_PRESSURE_SLEEP_SECONDS:-${HOST_WEB_BUILD_PRESSURE_INTERVAL:-10}}"