DatabaseOperationTimeoutException
A bounded one-shot database operation did not finish within its deadline and was abandoned, never replayed.
Room's connection pool retries a failed acquisition indefinitely instead of throwing, so a leaked permit surfaces as a callback that never returns. This is the deadline that turns that silent hang into a failure the caller can react to; the active pool is reopened so subsequent operations proceed.