Timeout duration is not changing in test cases

Hi,

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 !).

The message :
image

My timeout duration in the test case :

Is anyone also having this error and have a solution ?

Interesting
May I know where u r tagging this timeout
I would recommend check once whether timeout is tagged to right test case or the bot executing

@Ango

Hello,

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).

image

image

This issue only happens in execution from the Orchestrator but not in debug mode from UiPath Studio.