Skip to content

Commit 765825b

Browse files
committed
ci: bump riscv64-linux timeout from 6 hours to 7 hours
GitHub is apparently very bad at arithmetic and so will cancel jobs that pass the 5 hours mark, even if they're nowhere near the 6 hours timeout. So add an hour to assist GitHub in this very difficult task.
1 parent a5f891d commit 765825b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: sh ci/aarch64-linux-release.sh
5353
riscv64-linux-debug:
5454
if: github.event_name == 'push'
55-
timeout-minutes: 360
55+
timeout-minutes: 420
5656
runs-on: [self-hosted, Linux, riscv64]
5757
steps:
5858
- name: Checkout
@@ -61,7 +61,7 @@ jobs:
6161
run: sh ci/riscv64-linux-debug.sh
6262
riscv64-linux-release:
6363
if: github.event_name == 'push'
64-
timeout-minutes: 360
64+
timeout-minutes: 420
6565
runs-on: [self-hosted, Linux, riscv64]
6666
steps:
6767
- name: Checkout

0 commit comments

Comments
 (0)