Skip to content

Commit

Permalink
[GR-8371] Increase time limit for some benchmark.
Browse files Browse the repository at this point in the history
PullRequest: graal/1060
  • Loading branch information
gilles-duboscq committed Feb 23, 2018
2 parents 43a9e83 + a557d28 commit 3e12bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/ci_includes/m7_eighth-c2.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ m7_eighth.c2 : ${labsjdk8} {

builds += [
${bench-dacapo} ${m7_eighth.c2} { name: "bench-compiler-dacapo-solaris-m7_eighth-c2" }
${bench-scala-dacapo} ${m7_eighth.c2} { name: "bench-compiler-scala-dacapo-solaris-m7_eighth-c2" }
${bench-scala-dacapo} ${m7_eighth.c2} { name: "bench-compiler-scala-dacapo-solaris-m7_eighth-c2", timelimit: "45:00" }
${bench-specjvm2008-Single} ${m7_eighth.c2} { name: "bench-compiler-specjvm2008-Single-solaris-m7_eighth-c2" }
${bench-specjvm2008-OneVM} ${m7_eighth.c2} { name: "bench-compiler-specjvm2008-OneVM-solaris-m7_eighth-c2" }
${bench-specjbb2015} ${m7_eighth.c2} { name: "bench-compiler-specjbb2015-solaris-m7_eighth-c2" }
Expand Down

0 comments on commit 3e12bec

Please sign in to comment.