mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-21 06:21:01 +00:00
Increase check-gitlab-pipeline timeout (#5774)
This commit is contained in:
@@ -11,7 +11,7 @@ fi
|
|||||||
echo "[+] Pipeline path: https://gitlab.parity.io/parity/substrate/pipelines/$PIPELINE_ID"
|
echo "[+] Pipeline path: https://gitlab.parity.io/parity/substrate/pipelines/$PIPELINE_ID"
|
||||||
|
|
||||||
# 130 minute job max
|
# 130 minute job max
|
||||||
for (( c=0; c < 130; c++ )); do
|
for (( c=0; c < 180; c++ )); do
|
||||||
out=$(curl -s "$SUBSTRATE_API_BASEURL/pipelines/$PIPELINE_ID" | jq -r .status)
|
out=$(curl -s "$SUBSTRATE_API_BASEURL/pipelines/$PIPELINE_ID" | jq -r .status)
|
||||||
case $out in
|
case $out in
|
||||||
"success")
|
"success")
|
||||||
|
|||||||
Reference in New Issue
Block a user