Skip to content

Commit 287a25a

Browse files
authored
Merge pull request #44520 from sharwell/increase-timeouts
Increase timeouts to account for slower build machines
2 parents cb43d26 + b66588c commit 287a25a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
release_64:
3535
_configuration: Release
3636
_testKind: Test64
37-
timeoutInMinutes: 90
37+
timeoutInMinutes: 120
3838

3939
steps:
4040
- script: eng/cibuild.cmd -configuration $(_configuration) -prepareMachine -testDesktop -$(_testKind) -procdump
@@ -62,7 +62,7 @@ jobs:
6262
pool:
6363
name: NetCorePublic-Pool
6464
queue: BuildPool.Windows.10.Amd64.ES.VS2017.Open
65-
timeoutInMinutes: 105
65+
timeoutInMinutes: 120
6666

6767
steps:
6868
- script: eng/cibuild.cmd -configuration Debug -prepareMachine -testDesktop

eng/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ function TestUsingOptimizedRunner() {
423423
if ($testVsi) {
424424
$args += " -timeout:110"
425425
} else {
426-
$args += " -timeout:75"
426+
$args += " -timeout:90"
427427
}
428428
}
429429

0 commit comments

Comments
 (0)