Skip to content

Commit 85b3d02

Browse files
alexrpandrewrk
authored andcommitted
ci: Bump x86_64-linux timeout to 8 hours.
We were really close to the timeout previously, and we recently added hexagon-linux and loongarch64-linux to the test matrix.
1 parent 206bd1c commit 85b3d02

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
@@ -13,15 +13,15 @@ permissions:
1313
contents: read
1414
jobs:
1515
x86_64-linux-debug:
16-
timeout-minutes: 420
16+
timeout-minutes: 480
1717
runs-on: [self-hosted, Linux, x86_64]
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4
2121
- name: Build and Test
2222
run: sh ci/x86_64-linux-debug.sh
2323
x86_64-linux-release:
24-
timeout-minutes: 420
24+
timeout-minutes: 480
2525
runs-on: [self-hosted, Linux, x86_64]
2626
steps:
2727
- name: Checkout

0 commit comments

Comments
 (0)