From 7ec362feb7da866aae11add4d6602e89df247bdc Mon Sep 17 00:00:00 2001 From: naugtur Date: Wed, 17 Jan 2024 13:58:48 +0100 Subject: [PATCH] squashme --- .github/workflows/lockdown-canary.yml | 2 +- packages/ses/smoke-test/index.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lockdown-canary.yml b/.github/workflows/lockdown-canary.yml index 04f35e7eeb..04d29fab93 100644 --- a/.github/workflows/lockdown-canary.yml +++ b/.github/workflows/lockdown-canary.yml @@ -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 diff --git a/packages/ses/smoke-test/index.js b/packages/ses/smoke-test/index.js index 8ad196a095..2325f412b4 100644 --- a/packages/ses/smoke-test/index.js +++ b/packages/ses/smoke-test/index.js @@ -13,6 +13,8 @@ async function runTests() { // Launch the browser browser = await puppeteer.launch({ executablePath: chromePath, + timeout: 60000, + protocolTimeout: 30000, }); // Open a new page