Timeout Property
A timeout for the component.
Syntax
public int getTimeout(); public void setTimeout(int timeout);
Remarks
If Timeout is set to a positive value, and an operation cannot be completed immediately, the bean will retry the operation for a maximum of Timeout seconds.
The default value for Timeout is 30 (seconds).
Default Value
30