Skip to content

Commit 82b0957

Browse files
committed
[GITHUB] Increment build timeout for FFmpeg (#714)
1 parent 13faf3c commit 82b0957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
build:
3131
name: Preset ${{ inputs.preset }}${{ inputs.tools && '+t' || '' }}${{ inputs.extras && '+e' || '' }}
3232
runs-on: windows-latest
33-
timeout-minutes: 20
33+
timeout-minutes: 40
3434
steps:
3535
- name: Checkout Code
3636
uses: actions/checkout@v4

0 commit comments

Comments
 (0)