Skip to content

Commit

Permalink
Try parallelism of 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
tryangul committed Jan 11, 2025
1 parent 453846d commit 7b00a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/airbyte-bulk-connector.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class AirbyteBulkConnectorPlugin implements Plugin<Project> {
systemProperties = project.test.systemProperties + [
'junit.jupiter.execution.parallel.enabled': 'true',
'junit.jupiter.execution.parallel.config.strategy': 'fixed',
'junit.jupiter.execution.parallel.config.fixed.parallelism': 8.toString()
'junit.jupiter.execution.parallel.config.fixed.parallelism': 10.toString()
]
maxParallelForks = project.test.maxParallelForks
maxHeapSize = project.test.maxHeapSize
Expand Down

0 comments on commit 7b00a08

Please sign in to comment.