How to increase timeout for Update()?
Content
I am trying to run Update() on 1000 Answer objects but it does not complete before the timeout kicks in.
System.TimeoutException: The request channel timed out while waiting for a reply after 00:00:59.9375996. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout. ---> System.TimeoutException: The HTTP request to 'https://blah.custhelp.com/cgi-bin/blah.cfg/services/soap'; has exceeded the allotted timeout of 00:00:59.9840000. The time allotted to this operation may have been a portion of a longer timeout. ---> System.Net.WebException: The operation has timed out
0