Skip to content

Commit 00e0408

Browse files
committed
Increase timeout to 15 minutes
1 parent d99492a commit 00e0408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)