woocommerce/tests/e2e-tests/config/jest.setup.js

8 lines
147 B
JavaScript
Raw Normal View History

/** format */
/**
* Increase the default timeout to 10s
*/
let jestTimeoutInMilliSeconds = 10000;
jest.setTimeout( jestTimeoutInMilliSeconds );