timeout attribute
Specifies that DataMiner must use this timeout value instead of the default one (or the one specified in the timeout attribute of the Session tag) when executing this connection of this session.
Content Type
unsignedInt
Parent
Remarks
The timeout value must be expressed in ms.
Examples
<Connection id="1" timeout="100">
<Request verb="GET" url="/200">
</Request>
<Response statusCode="100">
<Content pid="200"></Content>
</Response>
</Connection>