(EMBasicXMLInvoker only) Sets the total time that is allotted for polling for a response to a request. This value must be greater than or equal to the value specified with the setPollRequestIntervalMilli method.
Syntax: Public void setPollRequestTimeoutMilli(final long timeout)
Parameters: timeout. Time, in milliseconds
Default: ‑1 milliseconds (the ‑1 value indicates that polling is carried on until a response is received. There is no timeout value).