Hey Champions,
I created an activity using UiPath Activity Creator which was coded in C#.
The code was working as a normal C# project but it takes time to get response from the service that is being called, but when I used it to create an activity to be used in a UiPath studio project, it was throwing an error due to timeout i.e the response could not be gotten in the allowed 5sec has gotten from the output panel.
How can I increase the timeout of this activity?
Thank you.