projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d068a0
)
ARM64: Set timeout per scenario
author
Kyungwoo Lee
<kyulee@microsoft.com>
Thu, 30 Jun 2016 01:26:41 +0000
(18:26 -0700)
committer
Kyungwoo Lee
<kyulee@microsoft.com>
Thu, 30 Jun 2016 01:26:41 +0000
(18:26 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/
b49523e6a92a68d1dbe616a17a667c8771a46001
src/coreclr/netci.groovy
patch
|
blob
|
history
diff --git
a/src/coreclr/netci.groovy
b/src/coreclr/netci.groovy
index
b72c394
..
365d3f6
100755
(executable)
--- a/
src/coreclr/netci.groovy
+++ b/
src/coreclr/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") {