Skip to content

Commit

Permalink
chore(ci): add timeout-minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranayub committed Jul 29, 2020
1 parent 38991e9 commit eb4cd4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
chrome:
name: Chrome
runs-on: ubuntu-16.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: cypress-io/github-action@v1
Expand All @@ -46,6 +47,7 @@ jobs:
edge:
name: Edge
runs-on: windows-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: cypress-io/github-action@v2
Expand All @@ -66,6 +68,7 @@ jobs:
firefox:
name: Firefox
runs-on: ubuntu-16.04
timeout-minutes: 10
container:
image: cypress/browsers:node12.14.1-chrome83-ff77
options: --user 1001
Expand Down

0 comments on commit eb4cd4d

Please sign in to comment.