From 1aec9a508e34a0300e432e0414457e8086697a97 Mon Sep 17 00:00:00 2001 From: Idan Horowitz Date: Wed, 14 Apr 2021 07:15:38 +0300 Subject: [PATCH] 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. --- .github/workflows/discord.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/discord.yml b/.github/workflows/discord.yml index 08317ab6af..ac57f2ba97 100644 --- a/.github/workflows/discord.yml +++ b/.github/workflows/discord.yml @@ -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: