Skip to content

Commit 6c63264

Browse files
authored
chore: Add per-test hang timeout. (#198)
<!-- CURSOR_SUMMARY --> > [!NOTE] > Adds a 60s per-test hang timeout to the `dotnet test` step in `.github/actions/ci/action.yml`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 33dc6c5. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 3ccf4f7 commit 6c63264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/ci/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ runs:
7575
shell: bash
7676
run: |
7777
dotnet restore ${{ inputs.test_project_file }}
78-
dotnet test -v=${{ inputs.test_verbosity }} --framework=${{ inputs.target_test_framework }} ${{ inputs.test_project_file }}
78+
dotnet test --blame-hang-timeout=60s -v=${{ inputs.test_verbosity }} --framework=${{ inputs.target_test_framework }} ${{ inputs.test_project_file }}
7979
8080
- name: Remove global.json
8181
shell: bash

0 commit comments

Comments
 (0)