From b49523e6a92a68d1dbe616a17a667c8771a46001 Mon Sep 17 00:00:00 2001 From: Kyungwoo Lee Date: Wed, 29 Jun 2016 18:26:41 -0700 Subject: [PATCH] ARM64: Set timeout per scenario --- netci.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netci.groovy b/netci.groovy index b72c394..365d3f6 100755 --- a/netci.groovy +++ b/netci.groovy @@ -1650,6 +1650,8 @@ combinedScenarios.each { scenario -> break case 'arm64': assert (scenario == 'default') || (scenario == 'pri1r2r') || (scenario == 'gcstress0xc') + // Set time out + setTestJobTimeOut(newJob, scenario) // Debug runs take too long to run. So build job only. if (lowerConfiguration == "debug") { -- 2.7.4