Update TrackingTests.cs

This commit is contained in:
Ac_K 2024-03-16 19:52:03 +01:00 committed by GitHub
parent b1e825fb97
commit 37b9a051ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,5 @@
using NUnit.Framework;
using NUnit.Framework.Legacy;
using Ryujinx.Memory;
using Ryujinx.Memory.Tracking;
using System;
@ -191,7 +192,7 @@ namespace Ryujinx.Tests.Memory
ClassicAssert.False(alignedAfterTriggers);
}
[Test, Explicit, CancelAfterAttribute(1000)]
[Test, Explicit, CancelAfter(1000)]
public void Multithreading()
{
// Multithreading sanity test