Skip to content

Commit

Permalink
increase timeout for publishing (paritytech#12934)
Browse files Browse the repository at this point in the history
necessary when lots of crates need to be published, as demonstrated by https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/2158667
  • Loading branch information
joao-paulo-parity authored and ltfschoen committed Feb 22, 2023
1 parent 5abe210 commit 90d3bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/gitlab/pipeline/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ update-node-template:
# taking into account the 202 (as of Dec 07, 2022) publishable Substrate crates, that would equate
# to roughly 202 minutes of delay, or 3h and 22 minutes. As such, the job needs to have a much
# higher timeout than average.
timeout: 5h
timeout: 9h
# A custom publishing environment is used for us to be able to set up protected secrets
# specifically for it
environment: publish-crates
Expand Down

0 comments on commit 90d3bd9

Please sign in to comment.