fix(ci): Fix test 6 timeout in CI #217

Merged
mprihoda merged 1 commit from fix/ci-test-timeout into main 2026-02-21 15:28:24 +00:00
mprihoda commented 2026-02-21 13:00:14 +00:00 (Migrated from github.com)

Summary

  • Remove all commands except test.scala in test 6 (test-cmd.bats) before running ./iw test — the test only asserts on unit and E2E output, but was compiling all 25 commands individually on CI, taking 8+ minutes and intermittently timing out
  • Add 15-minute step timeout to CI test job to prevent excessive hangs

Test plan

  • All 6 tests in test-cmd.bats pass locally
  • Full test suite (./iw test) passes locally
  • CI passes on this PR

🤖 Generated with Claude Code

## Summary - Remove all commands except `test.scala` in test 6 (test-cmd.bats) before running `./iw test` — the test only asserts on unit and E2E output, but was compiling all 25 commands individually on CI, taking 8+ minutes and intermittently timing out - Add 15-minute step timeout to CI test job to prevent excessive hangs ## Test plan - [x] All 6 tests in test-cmd.bats pass locally - [x] Full test suite (`./iw test`) passes locally - [ ] CI passes on this PR 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.
No description provided.