diff options
author | merry <git@mary.rs> | 2022-03-21 08:21:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-21 09:21:05 +0100 |
commit | ba0171d05464201c1513386b7d0b69b5ea956426 (patch) | |
tree | dc7f0530fe76435dd50e23af99bcd0407d5e564e | |
parent | d1146a5af20dcda5bb6bf8cb2f702bca1c789408 (diff) |
Memory.Tests: Make Multithreading test explicit (#3220)1.1.82
-rw-r--r-- | Ryujinx.Memory.Tests/TrackingTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Memory.Tests/TrackingTests.cs b/Ryujinx.Memory.Tests/TrackingTests.cs index d273ace3..b0c39ab0 100644 --- a/Ryujinx.Memory.Tests/TrackingTests.cs +++ b/Ryujinx.Memory.Tests/TrackingTests.cs @@ -188,7 +188,7 @@ namespace Ryujinx.Memory.Tests Assert.False(alignedAfterTriggers); } - [Test, Timeout(1000)] + [Test, Explicit, Timeout(1000)] public void Multithreading() { // Multithreading sanity test |