increase timeout for altjit jobs
authorSergey Andreenko <seandree@microsoft.com>
Fri, 23 Mar 2018 19:32:21 +0000 (12:32 -0700)
committerSergey Andreenko <seandree@microsoft.com>
Fri, 23 Mar 2018 19:33:22 +0000 (12:33 -0700)
netci.groovy

index 6b45ff7..1d92778 100755 (executable)
@@ -664,6 +664,11 @@ def static setJobTimeout(newJob, isPR, architecture, configuration, scenario, is
         // Debug runs can be very slow. Add an hour.
         timeout += 60
     }
+       
+       if (architecture == 'x86_arm_altjit' || architecture == 'x64_arm64_altjit') {
+               // AltJit runs compile all methods twice.
+               timeout *= 2
+       }
 
     // If we've changed the timeout from the default, set it in the job.