connectTimeout property
Controls the maximum amount of time to allow for a connection to become fully established.
This includes the time to resolve the network address, the TCP connect operation, the SSL handshake, and the WebSocket handshake.
Defaults to 2 minutes.
Implementation
final Duration connectTimeout;