Seeing the error below in workstation while connecting to the registry:
java.rmi.RemoteException: Timed out trying to connect to test registry tcp://Servername:2010/Registry
Release: DevTest 10.7.2 or newer
The latency from local machine to Registry and LIVE system is high
The recommended turnaround time from any component to Registry's DB is less than 20ms. If the network latency is higher than this, there could be such Timed out errors.
Reduce the network latency to DB to keep it below 20ms.
Enabling the properties below in local.properties will help as a workaround
lisa.http.timeout.connection=0
lisa.http.timeout.socket=0
This sets the waiting time to indefinite.
https://knowledge.broadcom.com/external/article/9872/devtest-environmental-restrictions.html