Files
Dev f3b78c64b3
CI / lint (pull_request) Successful in 14s
CI / build (pull_request) Successful in 18s
CI / quality (pull_request) Successful in 22s
CI / typecheck (pull_request) Successful in 29s
CI / security (pull_request) Successful in 35s
CI / integration_tests (pull_request) Successful in 2m9s
CI / unit_tests (pull_request) Successful in 3m33s
CI / docker (pull_request) Successful in 1m17s
CI / coverage (pull_request) Successful in 10m32s
fix(test): increase robot test timeouts to 120s and fix DB migration hang
Process timeouts (SIGTERM/rc=-15) caused 19 integration test failures
across 6 suites. CLI cold-start imports the entire application stack
eagerly, making 10-30s timeouts insufficient.

- Raise all Run Process timeouts to 120s in 6 robot files
- Set CLEVERAGENTS_AUTO_APPLY_MIGRATIONS=true in database_integration
  test header to prevent typer.confirm() blocking on stdin
2026-02-19 00:11:20 +00:00
..