You can configure timeout for MDM web
service connection in Talend Studio.
Procedure
-
Find and open the Talend-Studio-linux-gtk-x86_64.ini or
Talend-Studio-linux-gtk-aarch64.ini file.
-
Add the following two parameters in the .ini file.
# Timeout value in milliseconds for connecting to MDM Server
-Djavax.xml.ws.client.connectionTimeout=<timeout-in-milliseconds>
# Timeout value in milliseconds for receiving messages from MDM Server
-Djavax.xml.ws.client.receiveTimeout=<timeout-in-milliseconds>
-
Save your changes and restart Talend Studio.