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:
Alex Rønne Petersen 2025-04-14 15:32:37 +02:00 committed by Andrew Kelley
parent 206bd1ced8
commit 85b3d02f76

View File

@ -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