Skip to content

Commit c3c9f74

Browse files
committed
chore: Add per-test hang timeout.
1 parent 4d8e9a6 commit c3c9f74

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=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)