Merge pull request #33217 from backstage/freben/timeout

This commit is contained in:
Fredrik Adelöw
2026-03-09 15:11:33 +01:00
committed by GitHub
+3
View File
@@ -23,3 +23,6 @@ Object.defineProperty(global, 'TextEncoder', {
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);