Skip to content

Commit a588048

Browse files
committed
Mirror: give bigger timeout for uploading to servers
1 parent 4ee6017 commit a588048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: "ubuntu-24.04"
5050
needs: example-job
5151
if: ${{ needs.example-job.outputs.DEPLOYMENT_MATRIX != '[]' }}
52-
timeout-minutes: 20
52+
timeout-minutes: 60
5353
strategy:
5454
max-parallel: 16
5555
fail-fast: false
@@ -132,4 +132,4 @@ jobs:
132132
rsync --progress -e \
133133
"ssh -p ${port} -o StrictHostKeyChecking=accept-new" \
134134
-ArvP . "${username}@${name}:${path}/cache" --exclude='servers.json' --exclude='part*.json'
135-
done
135+
done

0 commit comments

Comments
 (0)