From: Matt Mitchell Date: Tue, 2 Feb 2016 17:54:13 +0000 (-0800) Subject: Increase timeouts for non-windows configs X-Git-Tag: accepted/tizen/base/20180629.140029~5685^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=990aa6b9b06ca1098b6bf14761eef11a9c74f53f;p=platform%2Fupstream%2Fcoreclr.git Increase timeouts for non-windows configs --- diff --git a/netci.groovy b/netci.groovy index 304f8ee..6cc0f1f 100644 --- a/netci.groovy +++ b/netci.groovy @@ -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