Skip to content

Commit 9a6ebab

Browse files
committed
Increase timeout to 15 minutes
1 parent 8c30f1f commit 9a6ebab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/fixtures/__shared__/test-setup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ afterAll(async () => {
1616
await testSetup.teardown();
1717
});
1818

19-
jest.setTimeout(1000 * 60 * 5);
19+
jest.setTimeout(1000 * 60 * 15);
2020

2121
module.exports = testSetup;

0 commit comments

Comments
 (0)