Step 7. Configuring the Salesforce Web Service Timeout Interval (Optional)
The default value set for the Salesforce web service timeout interval for address, email address, and phone number verification services is 120 seconds. Use the
Sfdc Webservice Timeout in Milli Secs
internal setting to configure the timeout interval.
The following sample code sets the
Sfdc Webservice Timeout in Milli Secs
internal setting value to
10000
(10 seconds):
API_SettingsManager.updateInternalSetting('Sfdc Webservice Timeout in Milli Secs', '10000');