Skip to content
Snippets Groups Projects
Commit d974df24 authored by s3krit's avatar s3krit Committed by GitHub
Browse files

Increase check-gitlab-pipeline timeout (#5774)

parent 969720c2
No related merge requests found
......@@ -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")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment