Skip to content

Commit

Permalink
add sensible timeout for product e2e tests on GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzevzl authored and kgajowy committed Jul 20, 2021
1 parent f2a98ed commit b77e5b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/product-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
cypress-run:
runs-on: ubuntu-latest
timeout-minutes: 30
container: cypress/browsers:node12.18.3-chrome87-ff82
steps:
- name: Checkout
Expand Down

0 comments on commit b77e5b4

Please sign in to comment.