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:
Luke 2020-12-24 13:03:08 +00:00 committed by Andreas Kling
parent 1db5276c05
commit 6d4fd02b92
Notes: sideshowbarker 2024-07-19 00:37:50 +09:00

View file

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