diff --git a/.github/workflows/wait-ofborg.yml b/.github/workflows/wait-ofborg.yml index 0b0b3a6f1ff..35c58b2e912 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}" \