From 0bd9cb7a920384864304a504b59f8db2a7208aa4 Mon Sep 17 00:00:00 2001 From: Thomas Coratger Date: Fri, 22 Sep 2023 21:02:51 +0200 Subject: [PATCH] add timeout to integration --- .github/workflows/integration.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e45643ae55ae..2bf9178b37c0 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -22,6 +22,7 @@ jobs: strategy: matrix: partition: [1, 2] + timeout-minutes: 60 steps: - name: Checkout sources uses: actions/checkout@v3 @@ -71,6 +72,7 @@ jobs: group: Reth env: RUST_LOG: info,sync=error + timeout-minutes: 60 steps: - name: Checkout sources uses: actions/checkout@v3 @@ -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