mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 00:28:01 +00:00
increase timeout for publishing (#12934)
necessary when lots of crates need to be published, as demonstrated by https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/2158667
This commit is contained in:
committed by
GitHub
parent
9ac1bbe402
commit
79acac7909
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user