Skip to content

Commit

Permalink
Increase batch size in BatchTest
Browse files Browse the repository at this point in the history
  • Loading branch information
hermannm committed Sep 16, 2024
1 parent 44ed74c commit 92c3a8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import org.junit.jupiter.api.TestMethodOrder
class BatchTest {
// Pad numbers in test text with 0s so that we can sort by text
private val testNumberFormat = DecimalFormat("000")
private val largeBatchSize = OPTIMAL_BATCH_SIZE * 2 + 10
private val largeBatchSize = 1000

private lateinit var entities: List<Versioned<ExampleEntity>>

Expand Down

0 comments on commit 92c3a8a

Please sign in to comment.