Skip to content

Commit

Permalink
fix:reduced browsers to 4 and reduced jvm
Browse files Browse the repository at this point in the history
  • Loading branch information
1dson committed Jan 13, 2025
1 parent ecd242c commit 917e597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
-Xmx${jvmMemory}m
</argLine>
<rerunFailingTestsCount>1</rerunFailingTestsCount>
<forkCount>4</forkCount>
<forkCount>3</forkCount>
<parallel>methods</parallel>
<threadCount>7</threadCount>
<reuseForks>true</reuseForks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import java.util.concurrent.ForkJoinPool;
import java.util.function.Predicate;
public class CustomRunner implements ParallelExecutionConfiguration, ParallelExecutionConfigurationStrategy {
private static final int FIXED_PARALLELISM = 5;
private static final int FIXED_PARALLELISM = 4;

static {
System.out.println("THREADS: " + FIXED_PARALLELISM);
Expand Down

0 comments on commit 917e597

Please sign in to comment.