While making #15 , I found out that MCTS just keeps going until the time is up, regardless of what it's doing.
It should stop prematurely if it has discovered the whole tree.
Easiest setup for this is making a custom battle where the MCTS opponent has GOD. It should be done almost immediately instead of waiting for the AI Processing Time to be up.