onValidate({ config }) {
        const { milliseconds } = config
        if (Number.isInteger(milliseconds) === false) {
            throw new Error(`Wait.milliseconds is not a valid number, got: ${milliseconds}`)
        }