github-actions: increase timeout to wait for ofborg
This commit is contained in:
parent
d965a55db1
commit
13f1c2386c
|
@ -7,9 +7,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Wait for ofborg CI
|
- name: Wait for ofborg CI
|
||||||
run: |
|
run: |
|
||||||
# wait for ~10min
|
# wait for ~30min...
|
||||||
set -x
|
# ..in future a better fix would be to make ofborg mark CI as pending right away.
|
||||||
for i in $(seq 120); do
|
for i in $(seq 260); 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}" \
|
||||||
|
|
Loading…
Reference in New Issue