mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-11 08:50:37 +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
Notes:
sideshowbarker
2024-07-18 20:24:09 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/1aec9a508e3 Pull-request: https://github.com/SerenityOS/serenity/pull/6308
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 }}
|
||||
excludedCheckName: "notify_discord"
|
||||
ref: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||
timeoutSeconds: 1200
|
||||
timeoutSeconds: 3600
|
||||
|
||||
- name: Discord action notification
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue