Skip to content

Commit

Permalink
Set larger timeout for cmd.yml (paritytech#6006)
Browse files Browse the repository at this point in the history
1800 min
  • Loading branch information
mordamax authored Oct 10, 2024
1 parent cba7d13 commit 439b31e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ jobs:
env:
JOB_NAME: "cmd"
runs-on: ${{ needs.set-image.outputs.RUNNER }}
timeout-minutes: 1800 # 30 hours as it could take a long time to run all the runtimes/pallets
container:
image: ${{ needs.set-image.outputs.IMAGE }}
steps:
Expand Down

0 comments on commit 439b31e

Please sign in to comment.