File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ parameters:
1010
1111jobs :
1212- job : Windows 
13-   timeoutInMinutes : 120 
13+   timeoutInMinutes : 240 
1414  pool : ${{ parameters.windowsPool }} 
1515  variables :
1616    TestFilter : " " 
3030      RunTests : ${{ parameters.RunTests }} 
3131
3232- job : Linux 
33-   timeoutInMinutes : 120 
33+   timeoutInMinutes : 240 
3434  pool :
3535    vmImage : Ubuntu 20.04 
3636  variables :
4848
4949- job : macOS 
5050  condition : ${{ parameters.includeMacOS }} 
51-   timeoutInMinutes : 120 
51+   timeoutInMinutes : 240 
5252  pool :
5353    vmImage : macOS-12 
5454  variables :
Original file line number Diff line number Diff 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" ` 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments