mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
.github/workflows/wait-ofborg.yml: 260 -> 360
This commit is contained in:
parent
56c86e7ce7
commit
e0742ab146
2
.github/workflows/wait-ofborg.yml
vendored
2
.github/workflows/wait-ofborg.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
run: |
|
||||
# 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
|
||||
for i in $(seq 360); do
|
||||
res=$(curl --silent \
|
||||
-H "Accept: application/vnd.github.antiope-preview+json" \
|
||||
-H "Authorization: token ${GITHUB_TOKEN}" \
|
||||
|
|
Loading…
Reference in a new issue