Skip to content

fix(test): bump e2e/integration test timeouts to 30s (#1173)#1177

Merged
christso merged 2 commits intomainfrom
fix/1173-e2e-timeout-sweep
Apr 27, 2026
Merged

fix(test): bump e2e/integration test timeouts to 30s (#1173)#1177
christso merged 2 commits intomainfrom
fix/1173-e2e-timeout-sweep

Conversation

@christso
Copy link
Copy Markdown
Collaborator

Summary

Sweeps all e2e/integration tests that spawn subprocesses or materialise git workspaces, bumping from Bun's 5 s default to 30 s. Same one-liner pattern as #1170 and #1176.

Files changed:

  • apps/cli/test/commands/eval/assert.test.ts — 4 tests (execa → bun CLI)
  • apps/cli/test/commands/eval/pipeline/bench.test.ts — 5 tests (execa → pipeline bench)
  • apps/cli/test/commands/eval/pipeline/grade.test.ts — 6 tests (execa → pipeline grade)
  • apps/cli/test/commands/trend/trend.test.ts — 3 tests (execa → trend CLI)
  • apps/cli/test/eval.integration.test.ts — 4 tests (execa → eval CLI)
  • packages/core/test/evaluation/workspace/pool-manager.test.ts — 24 tests (git clone/reset/pool ops)
  • packages/core/test/evaluation/workspace/repo-manager.test.ts — 6 tests (git clone/checkout/reset)

Also fixes two pre-existing Biome organizeImports violations in config-loader.ts and grader-parser.ts that were blocking the push hook.

Test plan

  • Pre-push hook passed: Build ✓ Typecheck ✓ Lint ✓ Test ✓ Validate eval YAML ✓
  • No test behaviour changed — timeout-only additions

Closes #1173

christso and others added 2 commits April 27, 2026 17:52
…ocess-spawning suites

Closes #1173

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…anizeImports)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@christso christso merged commit 6b86c12 into main Apr 27, 2026
3 of 4 checks passed
@christso christso deleted the fix/1173-e2e-timeout-sweep branch April 27, 2026 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test: 5s default timeout flakes across multiple e2e test files

1 participant