mirror of https://github.com/sbt/sbt.git
chore: setup a default timeout for ci
This commit is contained in:
parent
fd52e28492
commit
fbab641742
|
|
@ -57,6 +57,7 @@ jobs:
|
|||
distribution: temurin
|
||||
jobtype: 10
|
||||
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