mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 04:17:57 +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"
|
||||
|
||||
# 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)
|
||||
case $out in
|
||||
"success")
|
||||
|
||||
Reference in New Issue
Block a user