-
Can I pass the “Timeout while waiting for the engine” error?!
Hi
I have a very very complicated project and need to handle my tasks by means of expressions. Everything was going on slowly until I got the ‘Timeout while waiting for the engine’ message that stopped my work 🙁
I’m pretty sure that my expressions have no infinite loop nor any stack-over-flow bug. They’re just heavy to be performed fast. The expression which is applied to transform.position can only affect on 11 layers of the comp and the rest of comp layers (which are more than 50 layers) announce the ‘timeout’ warning message and disable the expression.
I tested it on another PC with 8 CPU cores and 16-GB RAM. The result was better. It could apply the expression on 16 layers but encountered with the same warning message.
Is there any way to disable timeout detection or increase its interval?
Thanks in advance