Skip to content

Commit 1dda2dc

Browse files
🎧
1 parent 1a3d39b commit 1dda2dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/notion-client/src/notion-api.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ const pageIdFixturesFailure = [
2626

2727
for (const pageId of pageIdFixturesSuccess) {
2828
test(`NotionAPI.getPage success ${pageId}`, async (t) => {
29+
t.timeout(60000) // one minute timeout
30+
2931
const api = new NotionAPI()
3032
const page = await api.getPage(pageId)
3133

0 commit comments

Comments
 (0)