You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(ci): stop the OAuth queue tests from stalling the Windows runner
The 20-minute windows-latest timeouts traced to two things in the new
mutation-queue tests: 128 real icacls spawns inflating the runtime, and
an unref'd queue-wait timer that Bun on Windows stopped servicing while
the test promise was the only thing left — the timeout assertion never
settled and the isolate process sat until the job died. The tests now
install the fake ACL runner and hold a ref'd wakeup timer across the
unref-timeout assertion, with the blocker released on every path.
Production timer semantics are untouched.
0 commit comments