function ensureMaxTime (options) {
  if (typeof options.maxTime === 'string') {
    Object.assign(options, {
      maxTime: utils.unfriendlize(options.maxTime, TIME_UNITS)
    })