Skip to content
Snippets Groups Projects
Commit 9e851639 authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Make sure javaOptions are picked up by tests

parent c206e0eb
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ logBuffered in Test := false
testOptions in Test += Tests.Argument("-oDF")
javaOptions in (Test,run) ++= Seq("-Xss32M", "-Xmx3G", "-XX:MaxPermSize=1024M")
javaOptions in Test ++= Seq("-Xss32M", "-Xmx4G", "-XX:MaxPermSize=128M")
parallelExecution in test := false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment