mirror of https://github.com/sbt/sbt.git
Merge pull request #7766 from nathanlao/timeout-for-ci-jobs
chore: set a default timeout for ci
This commit is contained in:
commit
bfb01d8388
|
|
@ -49,6 +49,7 @@ jobs:
|
|||
distribution: adopt
|
||||
jobtype: 9
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 25
|
||||
env:
|
||||
JAVA_OPTS: -Xms800M -Xmx2G -Xss6M -XX:ReservedCodeCacheSize=128M -server -Dsbt.io.virtual=false -Dfile.encoding=UTF-8
|
||||
JVM_OPTS: -Xms800M -Xmx2G -Xss6M -XX:ReservedCodeCacheSize=128M -server -Dsbt.io.virtual=false -Dfile.encoding=UTF-8
|
||||
|
|
|
|||
Loading…
Reference in New Issue