Skip to content

Commit

Permalink
Revert "Move setTimeout outside beforeEach" -not needed
Browse files Browse the repository at this point in the history
This reverts commit a6af944.
  • Loading branch information
reetkr committed Aug 30, 2021
1 parent a6af944 commit bfceb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/__shared__/test-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ afterAll(async () => {
await testSetup.teardown();
});

jest.setTimeout(1000 * 60 * 5);
beforeEach(() => jest.setTimeout(1000 * 60 * 5));

module.exports = testSetup;

0 comments on commit bfceb68

Please sign in to comment.