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.
This commit is contained in:
committed by
Andrew Kelley
parent
206bd1ced8
commit
85b3d02f76
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -13,7 +13,7 @@ permissions:
|
||||
contents: read
|
||||
jobs:
|
||||
x86_64-linux-debug:
|
||||
timeout-minutes: 420
|
||||
timeout-minutes: 480
|
||||
runs-on: [self-hosted, Linux, x86_64]
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
- name: Build and Test
|
||||
run: sh ci/x86_64-linux-debug.sh
|
||||
x86_64-linux-release:
|
||||
timeout-minutes: 420
|
||||
timeout-minutes: 480
|
||||
runs-on: [self-hosted, Linux, x86_64]
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user