mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:37:34 +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:
parent
339ae7873e
commit
1aec9a508e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/discord.yml
vendored
2
.github/workflows/discord.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
excludedCheckName: "notify_discord"
|
excludedCheckName: "notify_discord"
|
||||||
ref: ${{ github.event.pull_request.head.sha || github.sha }}
|
ref: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||||
timeoutSeconds: 1200
|
timeoutSeconds: 3600
|
||||||
|
|
||||||
- name: Discord action notification
|
- name: Discord action notification
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue