github-actions: increase timeout to wait for ofborg

This commit is contained in:
Jörg Thalheim 2020-07-28 14:38:14 +01:00
parent d965a55db1
commit 13f1c2386c
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -7,9 +7,9 @@ jobs:
steps:
- name: Wait for ofborg CI
run: |
# wait for ~10min
set -x
for i in $(seq 120); do
# 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
res=$(curl --silent \
-H "Accept: application/vnd.github.antiope-preview+json" \
-H "Authorization: token ${GITHUB_TOKEN}" \