I have a backtest that runs no problem in the cloud IDE, but when I initiate it through LEAN CLI half of the time it works but other times it fails with error after 5 minutes:

Algorithm.Initialize() Error: Execution Security Error: Operation timed out - 5 minutes max. Check for recursive loops. Stack Trace: Execution Security Error: Operation timed out - 5 minutes max. Check for recursive loops.

When I check the IDE, the backtest status is in “running” but it is not initiated at all. If I add “--verbose” to the CLI command, I can see in the API response the request status is “in-queue”.