IDLE_WAIT_TIMEOUT
Default upper bound, in milliseconds, on how long dev.kdriver.core.connection.Connection.wait will watch for the connection to go idle.
A page can stream events indefinitely (polling, server-sent events, ads, a refreshing interstitial), in which case idleness never arrives. That is not an error — waiting is best-effort — so past this bound wait simply stops watching and returns.