summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-07-29 11:38:18 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-07-29 11:38:18 +1000
commite0742ab146c4d7d324a5bac7efc1eefdf44115e1 (patch)
tree0beaaa9c99c9478efe6abf27dac462122a04a563 /.github/workflows
parent56c86e7ce74c3413b98580ef5350d99e21dc265f (diff)
.github/workflows/wait-ofborg.yml: 260 -> 360
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/wait-ofborg.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wait-ofborg.yml b/.github/workflows/wait-ofborg.yml
index 0b0b3a6f1ff0..35c58b2e9120 100644
--- a/.github/workflows/wait-ofborg.yml
+++ b/.github/workflows/wait-ofborg.yml
@@ -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}" \