Skip to content

Commit

Permalink
Bump timeout to 80s for ava tests because the default 10s wasn't enou…
Browse files Browse the repository at this point in the history
  • Loading branch information
onnimonni committed Oct 31, 2024
1 parent 8f7f7a8 commit 9357837
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/notion-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"p-map": "^5.3.0"
},
"ava": {
"timeout": "80s",
"snapshotDir": ".snapshots",
"extensions": {
"ts": "module"
Expand Down
1 change: 1 addition & 0 deletions packages/notion-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@notionhq/client": "^1.0.4"
},
"ava": {
"timeout": "80s",
"snapshotDir": ".snapshots",
"extensions": {
"ts": "module"
Expand Down
1 change: 1 addition & 0 deletions packages/notion-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"p-queue": "^7.2.0"
},
"ava": {
"timeout": "80s",
"snapshotDir": ".snapshots",
"extensions": {
"ts": "module"
Expand Down

0 comments on commit 9357837

Please sign in to comment.