Increase timeouts for non-windows configs
authorMatt Mitchell <mmitche@microsoft.com>
Tue, 2 Feb 2016 17:54:13 +0000 (09:54 -0800)
committerMatt Mitchell <mmitche@microsoft.com>
Tue, 2 Feb 2016 17:54:13 +0000 (09:54 -0800)
netci.groovy

index 304f8ee..6cc0f1f 100644 (file)
@@ -845,10 +845,8 @@ combinedScenarios.each { scenario ->
                 
                     setMachineAffinity(newJob, os, architecture)
                     Utilities.standardJobSetup(newJob, project, isPR, getFullBranchName(branchName))
-                    //Pri 1 tests need longer timeout
-                    if (scenario == 'pri1') {
-                        Utilities.setJobTimeout(newJob, 240)
-                    }
+                    // Set timeouts to 240.
+                    Utilities.setJobTimeout(newJob, 240)
                     Utilities.addXUnitDotNETResults(newJob, '**/coreclrtests.xml')
                 
                     // Create a build flow to join together the build and tests required to run this