Skip to content

Commit 51fff70

Browse files
committed
Added per-test timeout to CI
1 parent d45dd7a commit 51fff70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: dotnet build
8787

8888
- name: Test
89-
run: dotnet test --logger "console;verbosity=detailed" --blame-crash -v n
89+
run: dotnet test --logger "console;verbosity=detailed" --blame-crash -v n --blame-hang-timeout 10m
9090

9191
- name: Upload test failure
9292
if: ${{ failure() }}

0 commit comments

Comments
 (0)