Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSOE-464: Streaming stdout #726

Merged
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"
dotnet-test-process-timeout: 540000
dotnet-test-process-timeout: 600000
# 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"
dotnet-test-process-timeout: 720000
dotnet-test-process-timeout: 780000
# 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: 30
dotnet-test-process-timeout: 420000
dotnet-test-process-timeout: 480000
# 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"
dotnet-test-process-timeout: 540000
dotnet-test-process-timeout: 600000
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"
dotnet-test-process-timeout: 720000
dotnet-test-process-timeout: 780000

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: 20
dotnet-test-process-timeout: 420000
dotnet-test-process-timeout: 480000

spelling:
name: Spelling
Expand Down
Loading