SQLite Forum

Configuring SQLite to wait indefinitely
Login
Based on the phrasing, it seems all that is a "wait forever" that semantically says what is being sought vs "wait for a really long but finite time". Something that in code would be immediately obvious as the difference between "wait until something is available" and "wait until something is available or the timer elapses".

To that end, defining a custom busy handler would be the way to do that as described.