Skip to content

Commit fd8df77

Browse files
committed
fix: extend unix release build timeout
1 parent 464d741 commit fd8df77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
needs: metadata
3333
name: Build - ${{ matrix.runner }} - ${{ matrix.target }}
3434
runs-on: ${{ matrix.runner }}
35-
timeout-minutes: 60
35+
timeout-minutes: 120
3636
defaults:
3737
run:
3838
working-directory: codex-rs

0 commit comments

Comments
 (0)