Skip to content

Commit efcc6a2

Browse files
committed
Reduce the duration of the Test_Can_Bulk_Batched_Insert_Items() unit test
1 parent 8c2dead commit efcc6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FoundationDB.Tests/DatabaseBulkFacts.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ await Fdb.Bulk.ForEachAsync(
248248
[Test]
249249
public async Task Test_Can_Bulk_Batched_Insert_Items()
250250
{
251-
const int N = 2000 * 1000;
251+
const int N = 200 * 1000;
252252

253253
using (var db = await OpenTestPartitionAsync())
254254
{

0 commit comments

Comments
 (0)