Skip to content

Commit

Permalink
release workflow: increase timeout to 30 minutes
Browse files Browse the repository at this point in the history
In the 1.6.7 release, we saw significantly longer execution time for
producing builds that exceeded the previous timeout of 10 minutes,
causing the workflow to fail.  After increasing to 20 minutes in the
release/1.6 branch, we continued to see one failure (which succeeded on
retry).

Increase to 30 minutes to provide additional buffer for the build to
complete.

Signed-off-by: Samuel Karp <samuelkarp@google.com>
(cherry picked from commit f8add92)
Signed-off-by: Samuel Karp <samuelkarp@google.com>
  • Loading branch information
samuelkarp committed Aug 6, 2022
1 parent 76f5db4 commit cf48ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -52,7 +52,7 @@ jobs:
name: Build Release Binaries
runs-on: ubuntu-${{ matrix.ubuntu }}
needs: [check]
timeout-minutes: 20
timeout-minutes: 30
strategy:
matrix:
include:
Expand Down

0 comments on commit cf48ba6

Please sign in to comment.