```typescript
import { type TlsOptions } from "node:node__tls.d.ts";
```
Abort the connection if the SSL/TLS handshake does not finish in the
specified number of milliseconds. A 'tlsClientError' is emitted on
the tls.Server object whenever a handshake times out. Default:
120000 (120 seconds).