Files
flights_web/tests/eslint
gnezim b4266e4b0f
Deploy / build-and-deploy (push) Failing after 6s
Fix flaky ESLint probe tests: use Node API instead of subprocess
The 10 ESLint boundary and restricted-imports probe tests spawned a
fresh eslint subprocess per test (~2.7s each), causing timeout flakes
under load. Replaced with ESLint's Node API (single instance reused
across all tests in a file) — first test pays ~5s init, subsequent
tests ~1.3s each. Added 30s timeout to accommodate the init cost.
2026-04-15 12:32:59 +03:00
..