Skip to content

Commit cf48ba6

Browse files
committed
release workflow: increase timeout to 30 minutes
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 <[email protected]> (cherry picked from commit f8add92) Signed-off-by: Samuel Karp <[email protected]>
1 parent 76f5db4 commit cf48ba6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
name: Build Release Binaries
5353
runs-on: ubuntu-${{ matrix.ubuntu }}
5454
needs: [check]
55-
timeout-minutes: 20
55+
timeout-minutes: 30
5656
strategy:
5757
matrix:
5858
include:

0 commit comments

Comments
 (0)