Skip to content

Commit

Permalink
add test hang timeout of 100s
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Aug 7, 2024
1 parent 235f8be commit 6dbb57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Test project
continue-on-error: true
run: dotnet test --filter "TestCategory != SkipOnTeamCity" --logger:"trx;LogFilePrefix=results" --results-directory ./test-results
run: dotnet test --filter "TestCategory != SkipOnTeamCity" --blame-hang-timeout 100s --logger:"trx;LogFilePrefix=results" --results-directory ./test-results

- name: Publish test results
uses: EnricoMi/publish-unit-test-result-action/windows@v2
Expand Down

0 comments on commit 6dbb57c

Please sign in to comment.