Files
codex/codex-rs/ext/queue/tests
Charlie Marsh 50a90f3408 Skip polling delays in the external queue lifecycle test (#46714)
## Why

The external queue lifecycle test waits through watcher and retry intervals,
including explicit 11-second sleeps.

## What changed

Run the test on Tokio's current-thread runtime and use `advance_queue_poll()`
to pause time, advance it by 11 seconds, and resume it at polling boundaries.
This skips interval waits while keeping the clock advancing during real I/O.

GitOrigin-RevId: 0d1c3f53cc8b79559d6a20b5c9e70b58216e4b4d
2026-09-19 20:41:08 +00:00
..