Skip to content

Commit

Permalink
Fix cypress-release-tests - increase timeout (#727)
Browse files Browse the repository at this point in the history
* increase timeout

* increase check interval
  • Loading branch information
annarhughes committed Dec 5, 2023
1 parent f7a976c commit 8e51dd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cypress-release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
id: waitForVercelDeployment
with:
token: ${{ secrets.GITHUB_TOKEN }}
max_timeout: 120
max_timeout: 1000
check_interval: 5

cypress-run:
name: Cypress e2e tests
Expand Down

0 comments on commit 8e51dd5

Please sign in to comment.