diff --git a/packages/notion-client/package.json b/packages/notion-client/package.json index c1ae7486f..9295e491e 100644 --- a/packages/notion-client/package.json +++ b/packages/notion-client/package.json @@ -29,6 +29,7 @@ "p-map": "^5.3.0" }, "ava": { + "timeout": "80s", "snapshotDir": ".snapshots", "extensions": { "ts": "module" diff --git a/packages/notion-compat/package.json b/packages/notion-compat/package.json index 52f9da6a5..359d7b7f4 100644 --- a/packages/notion-compat/package.json +++ b/packages/notion-compat/package.json @@ -34,6 +34,7 @@ "@notionhq/client": "^1.0.4" }, "ava": { + "timeout": "80s", "snapshotDir": ".snapshots", "extensions": { "ts": "module" diff --git a/packages/notion-utils/package.json b/packages/notion-utils/package.json index 8a8440585..205ae9eb3 100644 --- a/packages/notion-utils/package.json +++ b/packages/notion-utils/package.json @@ -35,6 +35,7 @@ "p-queue": "^7.2.0" }, "ava": { + "timeout": "80s", "snapshotDir": ".snapshots", "extensions": { "ts": "module"