Created Activity Timing

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.

(Removed original answer)
I think I misunderstood the question; removing my answer so as not to confuse future readers.

@Gbenga_Odelade,

Configure the timeout in C# code. Follow this documentation.

This wouldn’t work because the service I am consuming can’t work with .NET Framework projects.