Starting with Qlik Sense June 2017 you can set a RIM node to be a failover candidate for the Central node. That timeout for failover is set automatically to 10 minutes, but you can change that.
Using the QRS API to do so is the recommended way to accomplish this.
Copy the response retrieved in step 1 and replace the value for the timeout
"failoverTimeout": 10,
Replace the value with the value desired.
You will also need to remove the "[" and the "]" at the beginning and the end of the body. See fig 2.
Fig 2
If the request succeeds, the following response should be returned and from the QMC cluster settings tab you will see that the value has changed (fig 3).