Setting the Required Timeout

Set the timeout value up to which the application waits until the request reaches the server.

The following code illustrates how to set the required timeout.
SDMLogger logger = new SDMLogger();
SDMPreferences pref = new SDMPreferences(mContext, logger);
pref.setIntPreference(ISDMPreference.SDM_CONNECTIVITY_CONNTIMEOUT, 7000);