We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66430e0 + fe438be commit ad9129aCopy full SHA for ad9129a
build.sbt
@@ -556,7 +556,7 @@ lazy val junit = project.in(file("test") / "junit")
556
.settings(disablePublishing: _*)
557
.settings(
558
fork in Test := true,
559
- javaOptions in Test += "-Xss5M",
+ javaOptions in Test += "-Xss1M",
560
libraryDependencies ++= Seq(junitDep, junitInterfaceDep, jolDep),
561
testOptions += Tests.Argument(TestFrameworks.JUnit, "-a", "-v"),
562
testFrameworks -= new TestFramework("org.scalacheck.ScalaCheckFramework"),
0 commit comments