Skip to content

Commit 87fa793

Browse files
committed
👷 Extend timeout to 120 min for RISC-V runner
1 parent 743eb95 commit 87fa793

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- stable
4646
- beta
4747
- nightly
48-
timeout-minutes: 60
48+
timeout-minutes: ${{ contains(matrix.os, 'riscv') && 120 || 60 }}
4949
runs-on: ${{ matrix.os }}
5050
steps:
5151
- name: git autocrlf false

0 commit comments

Comments
 (0)