We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6af944 commit bfceb68Copy full SHA for bfceb68
1 file changed
test/fixtures/__shared__/test-setup.js
@@ -16,6 +16,6 @@ afterAll(async () => {
16
await testSetup.teardown();
17
});
18
19
-jest.setTimeout(1000 * 60 * 5);
+beforeEach(() => jest.setTimeout(1000 * 60 * 5));
20
21
module.exports = testSetup;
0 commit comments