I am getting the following timeout error (see attached):
Timeout Error: Async callback was not invoked within the timeout specified by jest.setTimeout.Timeout
at Suite.<anonymous> (DefaultSuite.test.js:10:3)
I can't find the file that sets the timeout, DefaultSuite.test.js. I am running this test using selenium-side-runner. Selenium is a cross-browser test automation tool. The test file I give the command line runner is generated with Selenium's IDE and isn't even a .js file. Selenium creates their own formatted JSON files.