We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893144f commit e2ab69fCopy full SHA for e2ab69f
.github/actions/setup/action.yml
@@ -141,6 +141,10 @@ runs:
141
secret-key: ${{ steps.s3-lock-config.outputs.secret-key }}
142
bucket: ${{ steps.s3-lock-config.outputs.bucket }}
143
action: acquire
144
+ # GitHub terminates jobs after 6 hours
145
+ # We don't want jobs to acquire the lock then get timed out before they can finish
146
+ # So wait a maximum of 3 hours to acquire the lock, leaving 3 hours for other tasks in the job
147
+ timeout-minutes: 180
148
if: ${{ steps.s3-lock-config.outputs.host != '' }}
149
150
- name: Allocate floating IP for ingress
0 commit comments