Skip to content

Commit

Permalink
squashme
Browse files Browse the repository at this point in the history
  • Loading branch information
naugtur committed Jan 17, 2024
1 parent 7ec362f commit d60d39c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/ses/smoke-test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,18 @@ let browser;
async function runTests() {
// Launch the browser
browser = await puppeteer.launch({
headless: 'new',
args: [
'--disable-setuid-sandbox',
'--no-sandbox',
'--single-process',
'--no-zygote',
],
executablePath: chromePath,
timeout: 60000,
protocolTimeout: 30000,
});


// Open a new page
const page = await browser.newPage();
Expand Down

0 comments on commit d60d39c

Please sign in to comment.