Skip to content

Commit

Permalink
add timeout to integration
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Sep 22, 2023
1 parent b381a95 commit 0bd9cb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
strategy:
matrix:
partition: [1, 2]
timeout-minutes: 60
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down Expand Up @@ -71,6 +72,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 @@ -99,6 +101,7 @@ jobs:
runs-on:
group: Reth
needs: [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 0bd9cb7

Please sign in to comment.