[PR #13494] fix(test): move timeout config to CLI flag #14686

Closed
opened 2026-02-16 18:19:27 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/13494

State: closed
Merged: Yes


Summary

  • [test] timeout in bunfig.toml is not actually parsed by Bun's config loader (src/bunfig.zig in oven-sh/bun). The setting was silently ignored, falling back to the default 5000ms instead of the intended 30000ms.
  • Move the timeout to --timeout CLI flag in the test script, which works correctly.

Context

Note

This PR was created by an AI agent (Claude Code). The analysis is based on reading Bun's source code and running a verification test. Please verify independently.

🤖 Generated with Claude Code

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/13494 **State:** closed **Merged:** Yes --- ## Summary - `[test] timeout` in `bunfig.toml` is **not actually parsed** by Bun's config loader (`src/bunfig.zig` in oven-sh/bun). The setting was silently ignored, falling back to the default 5000ms instead of the intended 30000ms. - Move the timeout to `--timeout` CLI flag in the test script, which works correctly. ## Context - Bun upstream issue: https://github.com/oven-sh/bun/issues/7789 (open since Dec 2023) - Related issue: #13491 > [!NOTE] > This PR was created by an AI agent (Claude Code). The analysis is based on reading Bun's source code and running a verification test. Please verify independently. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
yindo added the pull-request label 2026-02-16 18:19:27 -05:00
yindo closed this issue 2026-02-16 18:19:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14686