scala / scala-jenkins-infra

A Chef cookbook that manages Scala's CI infrastructure.
https://scala-ci.typesafe.com
Apache License 2.0
14 stars 17 forks source link

increase community build timeouts #161

Closed SethTisue closed 8 years ago

SethTisue commented 8 years ago

when the Scala version bumps, it's now become routine for the build to hit the old 600 minute limit and time out.

we have continued to gradually add projects (and additional resolvers), and existing projects can be expected to gradually add dependencies and grow their test suites and so forth, so I'm not too alarmed about it.

in practice, the usual way of coping with this is to fix the Scala SHA whenever manually triggering test runs, so that the whole thing doesn't have to be redone from scratch.

admittedly, the build is still slower than we would like! the ticket on that is https://github.com/scala/community-builds/issues/152

SethTisue commented 8 years ago

deployed, also.

SethTisue commented 8 years ago

fwiw, last increase was #129