Binary package “node-timed-out” in ubuntu oracular

Emit `ETIMEDOUT` or `ESOCKETTIMEDOUT` when ClientRequest is hanged

 Time in milliseconds to wait for `connect` event on socket.
 Or you can pass Object with following fields:
  - `connect` - time to wait for connection
  - `socket` - time to wait for activity on socket
 .
 Node.js is an event-based server-side JavaScript engine.