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 d60d39c commit 95296f8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions packages/ses/smoke-test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,9 @@ 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,
timeout: 600000,
protocolTimeout: 300000,
});


Expand Down

0 comments on commit 95296f8

Please sign in to comment.