How to reduce the default time of 30 sec to 5 sec?

Hi there,

have added 2 activities in parallel to get the text … these text are available to read in 1-2 sec and bot remains idle / waiting to end the default time as only one of the activity returns value at a time (Either or )

Is there any way to reduce the default time for selected activity ? … please suggest

image

Go to the properties of particular activity, under “Target” there is “TimeOut (milliseconds)” which is by default 3000 milliseconds. Try changing that and see if that helps.

3 Likes

It works ! Thank you Amit