Skip to content

Commit

Permalink
Set test stack size to 64M.
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-phd committed Mar 17, 2024
1 parent fa157e7 commit 0857362
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 @@ -149,7 +149,7 @@ def compile(): Unit = {
def test(): Unit = {
compile()
println("Running shared tests ...")
Os.proc(ISZ(mill.string, "logika.jvm.tests")).env(ISZ("JAVA_OPTS" ~> "-Xss4M")).at(home).console.runCheck()
Os.proc(ISZ(mill.string, "logika.jvm.tests")).env(ISZ("JAVA_OPTS" ~> "-Xss64M")).at(home).console.runCheck()
println()
}

Expand Down

0 comments on commit 0857362

Please sign in to comment.