setupOutputTests.js 113 bytes
beforeAll(() => {
  jest.setTimeout(1000 * 60 * 5);
});
beforeEach(() => {
  jest.setTimeout(1000 * 60 * 5);
});