Skip to content

Commit

Permalink
Update jest-puppeteer.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zeusongit authored Mar 4, 2025
1 parent 0fba467 commit 6be0205
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jest-puppeteer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ module.exports = {
launch: {
headless: true,
timeout: 30000,
args: [
`--no-sandbox`
`--disable-setuid-sandbox`
],
},
exitOnPageError: false
};

0 comments on commit 6be0205

Please sign in to comment.