diff --git a/packages/core/src/boundary/boundary.spec.tsx b/packages/core/src/boundary/boundary.spec.tsx index a91266c1..dfc22d68 100644 --- a/packages/core/src/boundary/boundary.spec.tsx +++ b/packages/core/src/boundary/boundary.spec.tsx @@ -149,6 +149,7 @@ describe('@core/error-boundary', () => { }); test('error-boundary works with async errors correctly', async () => { + jest.useRealTimers(); const make = (hasError: boolean) => { return new Promise((resolve, reject) => { setTimeout(() => {