Skip to content

Commit 64eee53

Browse files
Update Issues_484.cs
1 parent f2af498 commit 64eee53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/SixLabors.Fonts.Tests/Issues/Issues_484.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public class Issues_484
77
{
88
[Fact]
99
public void Test_Issue_484()
10-
=> Parallel.For(0, 2, static _ => Test_Issue_484_Core());
10+
=> Parallel.For(0, 10, static _ => Test_Issue_484_Core());
1111

1212
private static void Test_Issue_484_Core()
1313
{
@@ -35,7 +35,7 @@ public void Test_Issue_484_B()
3535
FontFamily arialFamily = fontCollection.Get(arial);
3636
Font arialFont = arialFamily.CreateFont(12, FontStyle.Regular);
3737

38-
Parallel.For(0, 2, _ => Test_Issue_484_Core_B(arialFont));
38+
Parallel.For(0, 10, _ => Test_Issue_484_Core_B(arialFont));
3939
}
4040

4141
private static void Test_Issue_484_Core_B(Font font)

0 commit comments

Comments
 (0)