File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments