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 8caf7f3 commit 7ec362f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lockdown-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
test:
runs-on: macos-latest
runs-on: macos-latest ## chrome-canary is not supported on linux o_O

steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions packages/ses/smoke-test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ async function runTests() {
// Launch the browser
browser = await puppeteer.launch({
executablePath: chromePath,
timeout: 60000,
protocolTimeout: 30000,
});

// Open a new page
Expand Down

0 comments on commit 7ec362f

Please sign in to comment.