mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
github-actions: increase timeout to wait for ofborg
This commit is contained in:
parent
d965a55db1
commit
13f1c2386c
6
.github/workflows/wait-ofborg.yml
vendored
6
.github/workflows/wait-ofborg.yml
vendored
@ -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}" \
|
||||
|
Loading…
Reference in New Issue
Block a user