diff --git a/src/transformers/api-structure-previews.ts b/src/transformers/api-structure-previews.ts index 34d6e9dcc..65f37d341 100644 --- a/src/transformers/api-structure-previews.ts +++ b/src/transformers/api-structure-previews.ts @@ -131,7 +131,7 @@ async function transformer(tree: Parent, file: VFile) { `Timed out waiting for API structure content from ${relativeStructurePath}`, ), ); - }, 60_000); + }, 120_000); const promise = new Promise((resolve_, reject_) => { resolve = (value: Parent) => {