Skip to content

Commit

Permalink
Set 60 minutes timeout on some jobs (ChainSafe#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 authored and timwu20 committed Dec 6, 2021
1 parent 4c1a6cb commit bc7e9da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
builds:
timeout-minutes: 60
strategy:
matrix:
go-version: [1.17.x]
Expand Down Expand Up @@ -41,6 +42,7 @@ jobs:
run: make build

publish-code-coverage:
timeout-minutes: 60
strategy:
matrix:
go-version: [1.17.x]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/code-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ env:

jobs:
publish-code-coverage:
timeout-minutes: 60
strategy:
matrix:
go-version: [1.17.x]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ env:

jobs:
unit-tests:
timeout-minutes: 60
strategy:
matrix:
go-version: [1.17.x]
Expand Down

0 comments on commit bc7e9da

Please sign in to comment.