function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sd2008sd2008 

System.CalloutException: IO Exception: Read timed out?

I have a webservice it runs fine, but it takes a while to get a response because it loads lots of data.

 

when it callout from an apex class from salesforce, it always return

System.CalloutException: IO Exception: Read timed out.

 

Is there a property to set the time out period of the salesforce?

How do we address this problem?