Update plugins/api-docs/src/setupTests.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2026-03-09 14:38:17 +01:00
committed by GitHub
parent 49a130c68c
commit ace86adcf7
+1
View File
@@ -24,4 +24,5 @@ Object.defineProperty(global, 'TextDecoder', {
value: require('node:util').TextDecoder,
});
// Use a 15s timeout to accommodate the slowest API docs rendering tests under concurrency.
jest.setTimeout(15_000);