ARM64: Set timeout per scenario
authorKyungwoo Lee <kyulee@microsoft.com>
Thu, 30 Jun 2016 01:26:41 +0000 (18:26 -0700)
committerKyungwoo Lee <kyulee@microsoft.com>
Thu, 30 Jun 2016 01:26:41 +0000 (18:26 -0700)
netci.groovy

index b72c394..365d3f6 100755 (executable)
@@ -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") {