Here is what 'turn time out' means:
Every turn you have 60 seconds to finish your move, bot needs calculate several times during one turn, it depends on how many random effect cards on board.
When there are lots of cards playable, bot needs more time to calculate the best move, but it may be interrupted by turn timer controller,
when turn timer controller sends out timeout signal to a.i. module, bot a.i. should interrupt calculation immediately and returns the best move action at the moment.
If you're using silverfish module, for now it doesn't process turn timeout signal, I will solve this issue with botmaker (silverfish author).