If you are not using z/OS®,
use the ECIRequest.setECITimeout() method to set the value
of ECI timeout.
If you are using
z/OS,
you cannot use the methods
getECITimeout(), or
setECITimeout().
You have the following options available, depending on whether you are using
EXCI or IPIC:

- If you are using EXCI, you can set the TIMEOUT parameter in the EXCI options
table DFHXCOPT.
- If you are using IPIC in remote mode, you can set the CONNECTTIMEOUT
parameter in the configuration file.
- If you are using IPIC in local mode, you can
set this in the JavaGateway.setSocketConnectTimeout() method.

For more information on ECI timeouts, see the
CICS® External
Interfaces Guide, SC34-6006.
See Timeout of the ECI request