Tiago Castro

Results 1 comments of Tiago Castro

> I had the same problem > Seems to be because HttpWebRequest default timeout is 100 seconds. > My fix was to add client.Timeout = 3600000; in RestSharpFactory.cs in ExecuteForFilter...