Skip to content

Commit

Permalink
Adjust Cypress config, bump timeout to 30000
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jan 18, 2024
1 parent 6e18da5 commit 7b4fb0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b4fb0c

Please sign in to comment.