File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ Test / logBuffered := false
48
48
49
49
/**
50
50
* Control the number of forked JVMs allowed to run at the same time by
51
- * setting the limit on Tags.ForkedTestGroup tag, which is 1 by default.
51
+ * setting the limit on Tags.ForkedTestGroup tag, 1 is default.
52
52
* Warning: can't set too high (set at 10 would crashes OS)
53
53
*/
54
- Global / concurrentRestrictions := Seq (Tags .limit(Tags .ForkedTestGroup , 5 ))
54
+ Global / concurrentRestrictions := Seq (Tags .limit(Tags .ForkedTestGroup , 3 ))
55
55
56
56
/**
57
57
* Forked JVM options
58
58
*/
59
- Test / javaOptions ++= Seq (" -Xmx2G " )
59
+ Test / javaOptions ++= Seq (" -Xmx5G " )
60
60
61
61
/**
62
62
* copy system properties to forked JVM
Original file line number Diff line number Diff line change 1
- sbt.version = 1.1.4
1
+ sbt.version = 1.2.1
You can’t perform that action at this time.
0 commit comments