Skip to content

Commit 9b74625

Browse files
committed
reduce iteration of DW_34_ShouldNotThrowOutOfMemory
1 parent 7d6dbc2 commit 9b74625

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IronSoftware.Drawing/IronSoftware.Drawing.Common.Tests/UnitTests/AnyBitmapFunctionality.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ public void DW_34_ShouldNotThrowOutOfMemory(string filename)
10541054
string imagePath = GetRelativeFilePath(filename);
10551055

10561056
List<AnyBitmap> images = new List<AnyBitmap>();
1057-
for (int i = 0; i < 50; i++)
1057+
for (int i = 0; i < 25; i++)
10581058
{
10591059
var bitmap = new AnyBitmap(imagePath);
10601060
images.Add(bitmap);

0 commit comments

Comments
 (0)