To make a Companion Device association in Android for API 26+, we are supposed to call CompanionDeviceManager.associate(...)
If the system does not find any devices to pair with, it is supposed to call the CompanionDeviceManager.Callback.onFailure(...) passed to the association request. The documentation states that one such error case is when the request times out.
How long is this time-out limit, and how can I set it to some value that is convenient for me?