diff --git a/.github/workflows/lagom-template.yml b/.github/workflows/lagom-template.yml index 340ab6f11d82..097f5af51ee4 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 + run: ctest --preset Sanitizer --output-on-failure --test-dir Build --timeout 3600 env: TESTS_ONLY: 1