Skip to content

Commit 316aaf6

Browse files
committed
test(node): Increase timeout of anr tests
1 parent 6a3e7c1 commit 316aaf6

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/node-integration-tests/suites/anr

1 file changed

+1
-1
lines changed

dev-packages/node-integration-tests/suites/anr/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const ANR_EVENT_WITH_DEBUG_META: Event = {
107107
},
108108
};
109109

110-
describe('should report ANR when event loop blocked', () => {
110+
describe('should report ANR when event loop blocked', { timeout: 60_000 }, () => {
111111
afterAll(() => {
112112
cleanupChildProcesses();
113113
});

0 commit comments

Comments
 (0)