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
// we could support longer timeouts via looping lock requests, but this doesn't feel particularly valuable and isn't a true longer wait
// since by looping you fall out of the wait queue
:timeout.TimeSpan.TotalSeconds>MaxTimeoutSeconds?thrownewArgumentOutOfRangeException($"Requested non-infinite timeout value '{timeout}' is longer than Oracle's allowed max of '{TimeSpan.FromSeconds(MaxTimeoutSeconds)}'")