Skip to content

Commit

Permalink
Merge pull request #676 from Lombiq/issue/OSOE-464-executing-dotnet-t…
Browse files Browse the repository at this point in the history
…est-with-process-timeout

OSOE-464: Executing dotnet test with process timeout
  • Loading branch information
sarahelsaig authored Jan 26, 2024
2 parents f80cebf + 5f79f26 commit fc06881
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
set-up-azurite: "true"
ui-test-parallelism: 0
build-create-binary-log: "true"
blame-hang-timeout: "5m"
dotnet-test-process-timeout: 360000
# Running ZAP for security scans in Docker under GHA Windows runners won't work since such virtualization is not
# supported by GHA.
test-filter: "FullyQualifiedName!~SecurityScanningTests"
Expand All @@ -59,7 +59,7 @@ jobs:
set-up-sql-server: "true"
set-up-azurite: "true"
build-create-binary-log: "true"
blame-hang-timeout: "5m"
dotnet-test-process-timeout: 720000
# Running ZAP for security scans in Docker under GHA Windows runners won't work since such virtualization is not
# supported by GHA.
test-filter: "FullyQualifiedName!~SecurityScanningTests"
Expand All @@ -75,7 +75,7 @@ jobs:
machine-types: "['windows-2022']"
build-directory: NuGetTest
timeout-minutes: 25
blame-hang-timeout: "5m"
dotnet-test-process-timeout: 360000
# Running ZAP for security scans in Docker under GHA Windows runners won't work since such virtualization is not
# supported by GHA.
test-filter: "FullyQualifiedName!~SecurityScanningTests"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
set-up-azurite: "true"
ui-test-parallelism: 0
build-create-binary-log: "true"
blame-hang-timeout: "5m"
dotnet-test-process-timeout: 360000
build-enable-nuget-caching: "true"
build-enable-npm-caching: "true"

Expand All @@ -35,7 +35,7 @@ jobs:
set-up-sql-server: "true"
set-up-azurite: "true"
build-create-binary-log: "true"
blame-hang-timeout: "5m"
dotnet-test-process-timeout: 720000

build-and-test-nuget-test:
name: Build and Test - NuGetTest solution
Expand All @@ -44,7 +44,7 @@ jobs:
parent-job-name: nuget-solution
build-directory: NuGetTest
timeout-minutes: 15
blame-hang-timeout: 5m
dotnet-test-process-timeout: 360000

spelling:
name: Spelling
Expand Down

0 comments on commit fc06881

Please sign in to comment.