Specifying a global timeout value for integration logging

You can specify a new global timeout value for integration logging. The value that you specify overrides the default timeout value of 1,000 milliseconds.
To configure the default timeout value:
  1. In NexJ Studio, navigate to the Deployment layer.
  2. In the Environments tab, open the environment file for your NexJ application.
  3. In the Source tab, in the <Environment> tag, add the channelWarningTimeout attribute and specify a timeout value in milliseconds. Specify the value as follows:
    channelWarningTimeout=timeoutvalue

    where timeoutvalue specifies the default timeout value in milliseconds.

    The following example specifies a default timeout value of 2,000 milliseconds.

    channelWarningTimeout="2000"
  4. Click Save in the toolbar to save the changes to the environment file.
You have configured a global timeout value for integration logging.