In Node.js there is a default timeout for a server (for an incoming HTTP request) at 120000ms (2 minutes) (see HTTP\'s server.timeout documentation).
Bu
You want to set the server.timeout property (it defaults to 120,000, as you've found).