diff --git a/.github/actions/tests/Dockerfile b/.github/actions/tests/Dockerfile index 05ed7cb93..ae9209d6a 100644 --- a/.github/actions/tests/Dockerfile +++ b/.github/actions/tests/Dockerfile @@ -1,4 +1,4 @@ -FROM cypress/included:8.4.1 +FROM cypress/included:10.9.0 # https://docs.cypress.io/guides/continuous-integration/introduction#Machine-requirements RUN apt-get update && apt-get install -y curl jq diff --git a/cypress/e2e/adapters.ts b/cypress/e2e/adapters.ts index e29d50737..976699a32 100644 --- a/cypress/e2e/adapters.ts +++ b/cypress/e2e/adapters.ts @@ -36,7 +36,7 @@ describe('Adapter install', () => { "action": "installAdapter" } ]); - cy.wait(1000); // give the adapter time to install. + cy.wait(2000); // give the adapter time to install. loadFlowCode([ { "type": "adapter-info",