How to set framework timeout in JS-TestCafe?

How should I set framework timeout in JS-TestCafe?

Hello Macy,

The CommandTimeout in your repository on your context object can help you set framework timeout in JS-TestCafe. Here is the sample code:

this.context.CommandTimeout = 180;