mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-08 05:19:48 +01:00
Change: [Actions] Add a 2 minutes timeout for regression test (#9166)
This commit is contained in:
parent
c3d134793f
commit
f3b8ff0e17
6
.github/workflows/ci-build.yml
vendored
6
.github/workflows/ci-build.yml
vendored
@ -143,7 +143,7 @@ jobs:
|
|||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
ctest -j $(nproc)
|
ctest -j $(nproc) --timeout 120
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
name: Mac OS
|
name: Mac OS
|
||||||
@ -224,7 +224,7 @@ jobs:
|
|||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
ctest -j $(sysctl -n hw.logicalcpu)
|
ctest -j $(sysctl -n hw.logicalcpu) --timeout 120
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
name: Windows
|
name: Windows
|
||||||
@ -314,4 +314,4 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cd ${GITHUB_WORKSPACE}/build
|
cd ${GITHUB_WORKSPACE}/build
|
||||||
ctest
|
ctest --timeout 120
|
||||||
|
Loading…
Reference in New Issue
Block a user