Files
Dev f3b78c64b3 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
..