diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index f2c381051b0..23fc2ccd2f5 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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