.github/workflows/wait-ofborg.yml: 260 -> 360

This commit is contained in:
zowoq 2020-07-29 11:38:18 +10:00
parent 56c86e7ce7
commit e0742ab146
1 changed files with 1 additions and 1 deletions

View File

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