How to increase Timeout for specific its-Method of cypress.io?

How do I extend the timeout for a specific cypress.io its-Method?

Hi Tom,

Try out these codes:

it(‘should do something’, { defaultCommandTimeout: 10000 }, () => { // … })