diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 590168d15..d784711c5 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -47,6 +47,8 @@ jobs: headless: true working-directory: tests wait-on: http://localhost:3577/ + # 7 minutes + wait-on-timeout: 240 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}