Skip to content

Commit eccb82f

Browse files
committed
Update release build timeout to 20 minutes
Signed-off-by: Derek McGowan <[email protected]>
1 parent 5f242b5 commit eccb82f

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: ${{ matrix.os }}
5454
needs: [check]
55-
timeout-minutes: 10
55+
timeout-minutes: 20
5656
strategy:
5757
matrix:
5858
os: [ubuntu-18.04]

0 commit comments

Comments
 (0)