Skip to content

Conversation

@NikkeTryHard
Copy link
Owner

Summary

  • Reduced socket read timeout from 5s to 100ms in scheduler.rs so the scheduler unblocks quickly for TUI updates
  • Enabled enable_steady_tick(100ms) on both ProgressReporter and TachReporter ProgressBars so the spinner animates independently of test result arrival

Fixes #81

…onsive TUI

Socket read timeout reduced from 5s to 100ms so the scheduler unblocks
quickly for TUI updates. ProgressBar steady tick enabled at 100ms on both
ProgressReporter and TachReporter so the spinner animates independently
of test result arrival.

Fixes #81

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <[email protected]>
@NikkeTryHard NikkeTryHard merged commit 967b4d4 into master Feb 10, 2026
1 check passed
@NikkeTryHard NikkeTryHard deleted the fix/tui-responsiveness branch February 10, 2026 04:07
@coderabbitai
Copy link

coderabbitai bot commented Feb 10, 2026

Warning

Rate limit exceeded

@NikkeTryHard has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 2 minutes and 42 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/tui-responsiveness

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(reporting): TUI hangs for 5 seconds due to blocking socket read

1 participant