Skip to content

Commit a2d686a

Browse files
committed
Extend timeouts
1 parent 8159049 commit a2d686a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

azure-pipelines/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ parameters:
1010

1111
jobs:
1212
- job: Windows
13-
timeoutInMinutes: 120
13+
timeoutInMinutes: 240
1414
pool: ${{ parameters.windowsPool }}
1515
variables:
1616
TestFilter: ""
@@ -30,7 +30,7 @@ jobs:
3030
RunTests: ${{ parameters.RunTests }}
3131

3232
- job: Linux
33-
timeoutInMinutes: 120
33+
timeoutInMinutes: 240
3434
pool:
3535
vmImage: Ubuntu 20.04
3636
variables:
@@ -48,7 +48,7 @@ jobs:
4848

4949
- job: macOS
5050
condition: ${{ parameters.includeMacOS }}
51-
timeoutInMinutes: 120
51+
timeoutInMinutes: 240
5252
pool:
5353
vmImage: macOS-12
5454
variables:

azure-pipelines/dotnet-test-cloud.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if ($x86) {
5050
--filter "TestCategory!=FailsInCloudTest$env:TESTFILTER" `
5151
--collect "Code Coverage;Format=cobertura" `
5252
--settings "$PSScriptRoot/test.runsettings" `
53-
--blame-hang-timeout 600s `
53+
--blame-hang-timeout 1500s `
5454
--blame-crash `
5555
-bl:"$ArtifactStagingFolder/build_logs/test.binlog" `
5656
--diag "$ArtifactStagingFolder/test_logs/diag.log;TraceLevel=info" `

0 commit comments

Comments
 (0)