I\'m using Puppeteer and Jest to run some front end tests.
My tests look as follows:
describe("Profile Ta
For Jest 24.9+, you can also set the timeout from the command line by adding --testTimeout.
--testTimeout
Here's an excerpt from its documentation:
--testTimeout= Default timeout of a test in milliseconds. Default value: 5000.
--testTimeout=