test(rivetkit): avoid polling sleep actor awake#4783
test(rivetkit): avoid polling sleep actor awake#4783NathanFlurry wants to merge 1 commit intodriver-fixes/native-sleep-side-task-drainfrom
Conversation
Code ReviewOverviewThis is a small, focused fix to a flaky driver test. The AnalysisCorrectness ✓ The fix is aligned with the documented invariant in CLAUDE.md:
The old 50ms interval meant the test was calling Timeout adjustment ✓ The timeout was doubled from 5,000ms to 10,000ms. With a 1250ms interval (~8 possible polls), this is appropriate. The pre-poll Comment placement ✓ The Minor observationThe |
Preview packages published to npmInstall with: npm install rivetkit@pr-4783All packages published as Engine binary is shipped via Docker images: docker pull rivetdev/engine:slim-e462097
docker pull rivetdev/engine:full-e462097Individual packagesnpm install rivetkit@pr-4783
npm install @rivetkit/react@pr-4783
npm install @rivetkit/rivetkit-napi@pr-4783
npm install @rivetkit/workflow-engine@pr-4783 |

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: