Skip to content

Commit

Permalink
Merge pull request #27032 from guardian/remove-java-option-from-proje…
Browse files Browse the repository at this point in the history
…ct-settings

Remove unecessary java options from test settings
  • Loading branch information
ioannakok authored Apr 10, 2024
2 parents bbf86a2 + 8ffb62c commit de73990
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/ProjectSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ object ProjectSettings {
// These settings are needed for forking, which in turn is needed for concurrent restrictions.
Test / javaOptions += "-DAPP_SECRET=this_is_not_a_real_secret_just_for_tests",
Test / javaOptions += "-Xmx2048M",
Test / javaOptions += "-XX:+UseConcMarkSweepGC",
Test / javaOptions += "-XX:ReservedCodeCacheSize=128m",
Test / baseDirectory := file("."),
Test / envVars := Map("STAGE" -> testStage),
Expand Down

0 comments on commit de73990

Please sign in to comment.