How to set TIMEOUT for transactios by fdbcli?

Have you seen Fdbcli option usage: "option on TIMEOUT 0" results in error 2006? Your syntax is different from option on TIMEOUT 5000, you have tried to set TIMEOUT [0, 10000] which is not an integer. Given the other post I’m not sure if that actually works. I would need to look into the code later.