Increase arm64 timeout. (#22298)
authorSergey Andreenko <seandree@microsoft.com>
Fri, 1 Feb 2019 02:55:58 +0000 (18:55 -0800)
committerGitHub <noreply@github.com>
Fri, 1 Feb 2019 02:55:58 +0000 (18:55 -0800)
* increase arm64 debug/checked timeout.

* Increase timeout only for corefx jobs.

netci.groovy

index d68d0ae..5cecb55 100755 (executable)
@@ -940,6 +940,12 @@ def static setJobTimeout(newJob, isPR, architecture, configuration, scenario, is
         }
         else if (isCoreFxScenario(scenario)) {
             timeout = 360
+            if (architecture == 'arm64') {
+                if (configuration == 'Checked' || configuration == 'Debug') {
+                    // ARM64 checked/debug is slow, see #17414.
+                    timeout *= 3;
+                }
+            }
         }
         else if (isJitStressScenario(scenario)) {
             timeout = 300