Skip to content

Commit 5c924d3

Browse files
IdanHoawesomekling
authored andcommitted
Meta: Disable discord notifications timeout
Since some builds can take even longer than 1 hour (for example: f033416) this commit just increases the timeout to be github's own workflow timeout (effectively disabling it) and just lets github handle it instead.
1 parent 8d4780a commit 5c924d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/discord.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
token: ${{ secrets.GITHUB_TOKEN }}
1717
excludedCheckName: "notify_discord"
1818
ref: ${{ github.event.pull_request.head.sha || github.sha }}
19-
timeoutSeconds: 3600
19+
timeoutSeconds: 21600
2020
intervalSeconds: 100
2121

2222
- name: Discord action notification

0 commit comments

Comments
 (0)