Configuring Total Time Interval and Polling Time Interval of Notification Ping

Total time interval is the maximum time duration in milliseconds for which the Notification ping runs. You can configure the Total time interval using the property com.tibco.admin.hostservice.reconnect.ems.totalTimeInterval in SystemNode.tra file located at CONFIG_HOME/tibcohost/Admin-instance/data_version/nodes/SystemNode/bin/. The default value for this property is 120000 milliseconds.
Note: Notification ping displays status of entities, which respond before Total time interval is elapsed. For larger setup, you can increase the Total time interval value, if you expect entities to take longer time to respond.

Polling time interval is the time duration in milliseconds for which an entity is polled for the response. You can configure Polling time interval using the following ANT command:

set ANT_OPTS=-Dreconnect.ems.pollingTimeInterval=<Polling time interval in milliseconds>
For example, the following command sets Polling time interval to 30 seconds:
set ANT_OPTS=-Dreconnect.ems.pollingTimeInterval=30000