diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 2bae70a4..3dd230ab 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -23,7 +23,7 @@ jobs: with: start: npm run cy:test wait-on: http://localhost:9200/ - wait-on-timeout: 1200 + wait-on-timeout: 40000 browser: chrome headed: true record: true