mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:24:49 +01:00
Revert "ci: bump loongarch64-linux timeouts by 1 hour"
This reverts commit 867501d9d2.
It seems that the increased run time was a result of the regressed
test-incremental step and that we are now back to normal.
This commit is contained in:
parent
fe0b2ab9df
commit
c002b96f17
1 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
- name: Build and Test
|
||||
run: sh ci/loongarch64-linux-debug.sh
|
||||
timeout-minutes: 300
|
||||
timeout-minutes: 240
|
||||
loongarch64-linux-release:
|
||||
runs-on: [self-hosted, loongarch64-linux]
|
||||
steps:
|
||||
|
|
@ -76,7 +76,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
- name: Build and Test
|
||||
run: sh ci/loongarch64-linux-release.sh
|
||||
timeout-minutes: 240
|
||||
timeout-minutes: 180
|
||||
|
||||
powerpc64le-linux-debug:
|
||||
runs-on: [self-hosted, powerpc64le-linux]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue