Skip to content

Commit

Permalink
extend ci timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Sep 22, 2023
1 parent a7aa6e3 commit b381a95
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
test:
runs-on: ubuntu-20.04
name: test
timeout-minutes: 60

steps:
- uses: actions/checkout@v3
Expand All @@ -32,6 +33,7 @@ jobs:
lint:
runs-on: ubuntu-20.04
name: lint
timeout-minutes: 60

steps:
- uses: actions/checkout@v3
Expand All @@ -49,6 +51,7 @@ jobs:

build:
runs-on: ubuntu-20.04
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -120,6 +123,8 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

timeout-minutes: 60

steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
strategy:
matrix:
partition: [1, 2]
timeout-minutes: 60
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down Expand Up @@ -57,6 +58,7 @@ jobs:
group: Reth
env:
RUST_LOG: info,sync=error
timeout-minutes: 60
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down Expand Up @@ -88,6 +90,7 @@ jobs:
name: rustdoc
runs-on:
group: Reth
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- name: Install toolchain
Expand All @@ -101,6 +104,7 @@ jobs:
name: unit success
runs-on: ubuntu-20.04
needs: [test, eth-blockchain, doc-test]
timeout-minutes: 60
steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
Expand Down

0 comments on commit b381a95

Please sign in to comment.