if (requestedCallDelay > MAX_CALL_DELAY) {
    if (this.config.denyTimersLongerThanInt32) {
      throw new Error(
        timerCreateErrorMessage('<= ' + MAX_CALL_DELAY, requestedCallDelay)
      );