1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:57:35 +00:00

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

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: