Skip to content

Commit 4ec232a

Browse files
committed
ci: set riscv64-linux timeouts to 6 hours
1 parent 930c6ca commit 4ec232a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/riscv.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ permissions:
55
contents: read
66
jobs:
77
riscv64-linux-debug:
8-
timeout-minutes: 1020
8+
timeout-minutes: 360
99
runs-on: [self-hosted, Linux, riscv64]
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4
1313
- name: Build and Test
1414
run: sh ci/riscv64-linux-debug.sh
1515
riscv64-linux-release:
16-
timeout-minutes: 900
16+
timeout-minutes: 360
1717
runs-on: [self-hosted, Linux, riscv64]
1818
steps:
1919
- name: Checkout

0 commit comments

Comments
 (0)