Configure GHA dotnet test timeout

This commit is contained in:
Liza 2023-03-26 13:55:30 +02:00
parent 4288440e6c
commit d645aa9ea7

View File

@ -33,3 +33,4 @@ jobs:
- name: Test - name: Test
run: dotnet test --no-restore --verbosity normal run: dotnet test --no-restore --verbosity normal
timeout-minutes: 10