Skip to content

Commit

Permalink
Updated Java options for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-phd committed Mar 18, 2024
1 parent bea23fd commit 49f098d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def compile(): Unit = {
def test(): Unit = {
compile()
println("Running shared tests ...")
proc"java -Xss16M -jar $sireumJar proyek test --project $projectStandalone --packages org.sireum $home org.sireum.logika".
proc"java -jar $sireumJar proyek test --java -Xss2M --project $projectStandalone --packages org.sireum $home org.sireum.logika".
console.echo.runCheck()
println()
}
Expand Down

0 comments on commit 49f098d

Please sign in to comment.