diff --git a/tests/jest.setup.ts b/tests/jest.setup.ts index 0f27cbd5..bcfa98ad 100644 --- a/tests/jest.setup.ts +++ b/tests/jest.setup.ts @@ -1,2 +1,4 @@ import '@testing-library/jest-dom'; import 'jest-axe/extend-expect'; + +jest.setTimeout(15000);