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
The test relies on LWT operations producing at least one timeout, but on
fast CI runners all operations may complete before the default 10s timeout,
causing `assert received_timeout` to fail.
Fix by using a very short client-side request timeout (0.0001s) via an
ExecutionProfile, which guarantees OperationTimedOut exceptions. Also add
OperationTimedOut to the list of accepted timeout exception types so the
test correctly recognizes client-side timeouts alongside server-side
WriteTimeout/WriteFailure.
0 commit comments