Skip to content

Commit

Permalink
Repeat test even more often
Browse files Browse the repository at this point in the history
  • Loading branch information
Saalvage committed Nov 26, 2024
1 parent 7a8ea3b commit fb6f905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AssimpNet.Test/AssimpContextTestFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ public void TestConvertFromStream()
Assert.That(success, Is.True);
}

[Test]
[Test, Repeat(100)]
public void TestMultipleImportersMultipleThreads()
{
LogStream.IsVerboseLoggingEnabled = true;
Expand Down

0 comments on commit fb6f905

Please sign in to comment.