TidGi-Desktop/scripts
linonetwo fd9dbd254e refactor(e2e): recalibrate timeout system using CI measurements
Redesign based on actual CI data (calibration ≈ 20s, working timeout ≈ 62s):
- REFERENCE_CALIBRATION_MS=20000: baseline CI calibration time (1×)
- BASE_STEP_TIMEOUT_MS=60000: minimum step budget on baseline machine
- multiplier = measured_ms / REFERENCE_CALIBRATION_MS (no caps, no floors)
- CALIBRATION_PREFLIGHT_MULTIPLIER=10.0: only for measurement phase
- Missing calibration → throw error immediately (no silent fallback)

Also fix:
- Rename error-to-error-preflight.ts → end-to-end-calibration-preflight.ts
- Add .codenomad/ to .gitignore
- Remove BASE_TIMEOUT from timeouts.ts, import from calibration.ts instead
- Remove SAFETY_CAP, isCalibrated() checks
2026-05-04 21:13:48 +08:00
..
afterPack.ts chore: upgrade Electron 39->41 + forge 7.10->7.11 + fix native ABI (#692) 2026-04-02 21:45:47 +08:00
beforeAsar.ts
compilePlugins.mjs Fix workspaceID case bug, esbuild outbase, autocomplete panel re-render, VIEW_LOADED handler, streaming status polling, and increase executeInBrowserView timeout for E2E stability. All 52 scenarios pass 2026-02-21 12:36:58 +08:00
developmentMkdir.ts Fix/misc bug (#677) 2026-01-20 11:11:28 +08:00
end-to-end-calibration-preflight.ts refactor(e2e): recalibrate timeout system using CI measurements 2026-05-04 21:13:48 +08:00
start-e2e-app.ts Fix/misc bug (#679) 2026-01-26 02:43:27 +08:00
startMockOpenAI.ts Feat/allow watch fs change on git sync 2025-10-31 02:00:40 +08:00
trimDugite.ts chore: Trim unused git commands from dugite to reduce package size 2025-12-07 13:31:59 +08:00