Skip to content

Commit

Permalink
increase build timeout to 20min for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fwbrasil committed Dec 17, 2024
1 parent 757fbcc commit c99b40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: build
timeout-minutes: 15
timeout-minutes: 20
env:
JAVA_OPTS: -Xms15G -Xmx15G -Xss10M -XX:MaxMetaspaceSize=2G -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
JVM_OPTS: -Xms15G -Xmx15G -Xss10M -XX:MaxMetaspaceSize=2G -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
Expand Down

0 comments on commit c99b40d

Please sign in to comment.