Skip to content

Commit

Permalink
chore: bump cypress timeout to 60 mins (#17355)
Browse files Browse the repository at this point in the history
bump cypress timeout to 60 mins
  • Loading branch information
raquelmsmith authored Sep 7, 2023
1 parent 9d1d8f2 commit 1bcc67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
cypress:
name: Cypress E2E tests (${{ strategy.job-index }})
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 60
needs: [chunks, changes]
permissions:
id-token: write # allow issuing OIDC tokens for this workflow run
Expand Down

0 comments on commit 1bcc67c

Please sign in to comment.