From 990aa6b9b06ca1098b6bf14761eef11a9c74f53f Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 2 Feb 2016 09:54:13 -0800 Subject: [PATCH] Increase timeouts for non-windows configs --- netci.groovy | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.7.4