Skip to content

Commit

Permalink
Revert "test: fix puppeteer timeout"
Browse files Browse the repository at this point in the history
This reverts commit bbbe60d.
  • Loading branch information
DIYgod committed Aug 23, 2024
1 parent 0ff58f5 commit c1f8a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/puppeteer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const outPuppeteer = async (
() => {
browser.close();
},
process.env.NODE_ENV === 'test' ? 30000 : 5 * 60 * 1000
5 * 60 * 1000
);

return browser;
Expand Down

0 comments on commit c1f8a74

Please sign in to comment.