My test cases are using Test with timeout execution model, and I’m trying to change the duration timeout.
Even if I change the timeout duration from 5 minutes to 10 because the test case requires time to complete, I still have a message error saying that a 5 minutes timeout have exceeded (not 10 !).
I tagged the timeout variable (“duration”) in the timeout scope activity (I also tried to put directly the value in the field but it didn’t change the problem).
This issue only happens in execution from the Orchestrator but not in debug mode from UiPath Studio.