Skip to content

Commit

Permalink
update cmd timeout (#6038)
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax authored Oct 14, 2024
1 parent d1c115b commit ff87db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +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
timeout-minutes: 4320 # 72 hours -> 3 days; 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 ff87db8

Please sign in to comment.