We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cb92c commit 8682df0Copy full SHA for 8682df0
dev-packages/node-integration-tests/suites/anr/test.ts
@@ -107,7 +107,7 @@ const ANR_EVENT_WITH_DEBUG_META: Event = {
107
},
108
};
109
110
-describe('should report ANR when event loop blocked', () => {
+describe('should report ANR when event loop blocked', { timeout: 60_000 }, () => {
111
afterAll(() => {
112
cleanupChildProcesses();
113
});
0 commit comments