Skip to content

Commit

Permalink
Meta: Increase discord notification's build timeout to 1 hour
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
IdanHo authored and awesomekling committed Apr 14, 2021
1 parent 339ae78 commit 1aec9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1aec9a5

Please sign in to comment.