Variable MongoClientSettings.connectTimeout
The time to attempt a connection before timing out.
class MongoClientSettings
{
// ...
core .time .Duration connectTimeout
= Duration(100000000L);
// ...
}