NorskSettings.connectTimeoutMs property
Give up on connect() after this many milliseconds: the instance is closed (releasing the shared engine connection if nothing else uses it) and connect() rejects. Unset = wait for the engine indefinitely (the onFailedToConnect callback still fires after 60 s, informationally).
Signature:
connectTimeoutMs?: number;