fetch() never times out — and Node hides a five-minute one
The Fetch standard gives fetch() no timeout option, so a server that accepts your connection and goes quiet keeps the promise pending. Node only backstops it with undici transport timeouts that default to 300 seconds.