add timout to test

This commit is contained in:
2026-05-02 20:11:18 +09:00
parent 0af4f987df
commit edfa6d69f0

View File

@@ -27,7 +27,7 @@ jobs:
# and subsequent packaging/publish steps will not run.
run: |
echo "Running all tests..."
dotnet test --configuration Release --no-restore
dotnet test --configuration Release --no-restore --blame-hang-timeout 60s --logger "console;verbosity=detailed"
- name: Check, Build, and Pack Projects
env: