defaultServiceTimeout

The defaultServiceTimeout build descriptor option specifies the maximum valid number of milliseconds that elapse between two events:

If the response takes longer than the specified maximum, the EGL Runtime throws a ServiceInvocationException.

Setting a timeout is partly a matter of trial and error:

You can override the value of the build descriptor option by setting the timeout property on the service-invocation statement.

There is no default value set for this build descriptor option, which means the default is an infinite wait. Note that in the product version 7.5.1, the default was 10,000 (10 seconds).


Feedback