We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6dbc2 commit 9b74625Copy full SHA for 9b74625
1 file changed
IronSoftware.Drawing/IronSoftware.Drawing.Common.Tests/UnitTests/AnyBitmapFunctionality.cs
@@ -1054,7 +1054,7 @@ public void DW_34_ShouldNotThrowOutOfMemory(string filename)
1054
string imagePath = GetRelativeFilePath(filename);
1055
1056
List<AnyBitmap> images = new List<AnyBitmap>();
1057
- for (int i = 0; i < 50; i++)
+ for (int i = 0; i < 25; i++)
1058
{
1059
var bitmap = new AnyBitmap(imagePath);
1060
images.Add(bitmap);
0 commit comments