From 7b4fb0cccc08c5fdbcf8ab7d80c09786b1728216 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Thu, 18 Jan 2024 11:20:45 -0800 Subject: [PATCH] Adjust Cypress config, bump timeout to 30000 --- .github/workflows/.tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/.tests.yml b/.github/workflows/.tests.yml index 5264887..5e0f287 100644 --- a/.github/workflows/.tests.yml +++ b/.github/workflows/.tests.yml @@ -20,8 +20,10 @@ jobs: - uses: actions/checkout@v4 - uses: cypress-io/github-action@v5 name: Cypress run + env: + pageLoadTimeout: 30000 + baseUrl: https://pubcode-${{ inputs.target }}.apps.silver.devops.gov.bc.ca/ with: - config: pageLoadTimeout=10000,baseUrl=https://pubcode-${{ inputs.target }}.apps.silver.devops.gov.bc.ca/ working-directory: ./frontend browser: ${{ matrix.browser }} - uses: actions/upload-artifact@v3