having difficulties finding how to increase a timeout of a particular end point in service fabric.
For example, I was able to increase the input size the end point can accept: [RequestSizeLimit(...)], is there a similar attribute to increase the timeout?
To clarify: the server side seems to not respond after fifteen minutes, so if my request takes slightly under that time, it works fine, however if the request takes over 15 minutes, the client keeps waiting, but the server does not respond.