Meta: Increase discord notification's build timeout to 1 hour

It looks like some particularly long builds (After a toolchain cache
reset and on a slow worker) can take much longer than the current set
timeout of 20 minutes.
This commit is contained in:
Idan Horowitz 2021-04-14 07:15:38 +03:00 committed by Andreas Kling
parent 339ae7873e
commit 1aec9a508e
Notes: sideshowbarker 2024-07-18 20:24:09 +09:00

View file

@ -15,7 +15,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
excludedCheckName: "notify_discord"
ref: ${{ github.event.pull_request.head.sha || github.sha }}
timeoutSeconds: 1200
timeoutSeconds: 3600
- name: Discord action notification
env: