According to mocha [docs](https://mochajs.org/#test-level), I can use `this.timeout` inside `it` callbacks. But I can't use it inside `this.it` callbacks. What should I do? Don't you want to add possibility to use `this.timeout` inside `this.it` callbacks?