Skip to content

Commit

Permalink
Up the parallelism even more for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-james committed Sep 12, 2024
1 parent 9aafa4d commit ff8eae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integration-test/resources/junit-platform.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ junit.jupiter.execution.parallel.mode.classes.default = concurrent

# Configures the number of parallel threads
junit.jupiter.execution.parallel.config.strategy = fixed
junit.jupiter.execution.parallel.config.fixed.parallelism = 10
junit.jupiter.execution.parallel.config.fixed.parallelism = 32

0 comments on commit ff8eae1

Please sign in to comment.