Skip to content

Commit

Permalink
fix: add timeouts to the hive CI (#7092)
Browse files Browse the repository at this point in the history
  • Loading branch information
greged93 authored Mar 11, 2024
1 parent 81291ff commit f217482
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ concurrency:

jobs:
prepare:
timeout-minutes: 45
runs-on:
group: Reth
steps:
Expand Down Expand Up @@ -60,6 +61,7 @@ jobs:
path: ./artifacts

test:
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit f217482

Please sign in to comment.