Raise an error if a promise does not finish within a certain timeframe. Note this does not cancel the promise itself (because that's impossible).
The pentf configuration.
The promise to limit
Timeout in ms (by default 10000=10s)
Whatever the promise returned, if it is successful
Raise an error if a promise does not finish within a certain timeframe. Note this does not cancel the promise itself (because that's impossible).