mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:07:45 +00:00
Meta: Set two minute timeout for CMake tests
CMake tests usually takes ~40 seconds. However, sometimes it deadlocks and is only timed out after the 6 hour time limit. Let's set a 2 minute timeout to make it fail sooner. 2 minutes instead of 1 for good measure.
This commit is contained in:
parent
1db5276c05
commit
6d4fd02b92
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cmake.yml
vendored
1
.github/workflows/cmake.yml
vendored
|
@ -79,6 +79,7 @@ jobs:
|
||||||
- name: Run CMake tests
|
- name: Run CMake tests
|
||||||
working-directory: ${{ github.workspace }}/Build
|
working-directory: ${{ github.workspace }}/Build
|
||||||
run: CTEST_OUTPUT_ON_FAILURE=1 ninja test
|
run: CTEST_OUTPUT_ON_FAILURE=1 ninja test
|
||||||
|
timeout-minutes: 2
|
||||||
- name: Run JS tests
|
- name: Run JS tests
|
||||||
working-directory: ${{ github.workspace }}/Build/Meta/Lagom
|
working-directory: ${{ github.workspace }}/Build/Meta/Lagom
|
||||||
run: DISABLE_DBG_OUTPUT=1 ./test-js
|
run: DISABLE_DBG_OUTPUT=1 ./test-js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue