Skip to content

Commit

Permalink
Increase timeout to 15 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurkaushal committed May 26, 2021
1 parent 0fb3ba5 commit 70fb0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/__shared__/test-setup.js
Expand Up @@ -16,6 +16,6 @@ afterAll(async () => {
await testSetup.teardown();
});

jest.setTimeout(1000 * 60 * 5);
jest.setTimeout(1000 * 60 * 15);

module.exports = testSetup;

0 comments on commit 70fb0b8

Please sign in to comment.