Merge pull request #94121 from zowoq/ofborg-wait

.github/workflows/wait-ofborg.yml: 260 -> 360
This commit is contained in:
Jörg Thalheim 2020-07-29 07:32:37 +01:00 committed by GitHub
commit f50f947743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ jobs:
run: |
# wait for ~30min...
# ..in future a better fix would be to make ofborg mark CI as pending right away.
for i in $(seq 260); do
for i in $(seq 360); do
res=$(curl --silent \
-H "Accept: application/vnd.github.antiope-preview+json" \
-H "Authorization: token ${GITHUB_TOKEN}" \