diff --git a/.github/actions/ci/action.yml b/.github/actions/ci/action.yml index aa34d1d1..3e314ecb 100644 --- a/.github/actions/ci/action.yml +++ b/.github/actions/ci/action.yml @@ -75,7 +75,7 @@ runs: shell: bash run: | dotnet restore ${{ inputs.test_project_file }} - dotnet test -v=${{ inputs.test_verbosity }} --framework=${{ inputs.target_test_framework }} ${{ inputs.test_project_file }} + dotnet test --blame-hang-timeout=60s -v=${{ inputs.test_verbosity }} --framework=${{ inputs.target_test_framework }} ${{ inputs.test_project_file }} - name: Remove global.json shell: bash