From 20899d77d8dccd22b5f20ede3a4894fb8c8437c6 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Thu, 28 Nov 2024 16:39:33 -0500 Subject: [PATCH] Revert "CI: Increase the default ctest timeout to 1 hour" This reverts commit aeaa284be3881b2ea4b38b967bf4327738119a17. This didn't actually help. It appears we actually just get stuck, so increasing the timeout to an hour just makes CI take longer. --- .github/workflows/lagom-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lagom-template.yml b/.github/workflows/lagom-template.yml index 097f5af51ee..340ab6f11d8 100644 --- a/.github/workflows/lagom-template.yml +++ b/.github/workflows/lagom-template.yml @@ -182,7 +182,7 @@ jobs: - name: Test if: ${{ inputs.fuzzer == 'NO_FUZZ' }} working-directory: ${{ github.workspace }} - run: ctest --preset Sanitizer --output-on-failure --test-dir Build --timeout 3600 + run: ctest --preset Sanitizer --output-on-failure --test-dir Build env: TESTS_ONLY: 1