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
Stop HandlerExceptionTest racing the async dispatch
Both tests slept a fixed 500ms and then asserted the response had been
sent. The handler runs asynchronously, so on a loaded machine the sleep
expires first: the test failed 4 of 5 local runs at the previous commit
and twice in a row on CI.
Poll for the expected message to a 10s deadline instead. 10 consecutive
local runs pass, and the happy path is faster than the old fixed sleep.
0 commit comments