mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +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
Notes:
sideshowbarker
2024-07-19 00:37:50 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/6d4fd02b92b Pull-request: https://github.com/SerenityOS/serenity/pull/4520
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
|
||||
working-directory: ${{ github.workspace }}/Build
|
||||
run: CTEST_OUTPUT_ON_FAILURE=1 ninja test
|
||||
timeout-minutes: 2
|
||||
- name: Run JS tests
|
||||
working-directory: ${{ github.workspace }}/Build/Meta/Lagom
|
||||
run: DISABLE_DBG_OUTPUT=1 ./test-js
|
||||
|
|
Loading…
Reference in a new issue