Skip to content

Commit

Permalink
github-actions: increase timeout to wait for ofborg
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jul 28, 2020
1 parent d965a55 commit 13f1c23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wait-ofborg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit 13f1c23

Please sign in to comment.