mirror of
https://github.com/Ryujinx-NX/Ryujinx.git
synced 2024-11-14 13:07:41 -07:00
Memory.Tests: Make Multithreading test explicit (#3220)
This commit is contained in:
parent
d1146a5af2
commit
ba0171d054
@ -188,7 +188,7 @@ namespace Ryujinx.Memory.Tests
|
||||
Assert.False(alignedAfterTriggers);
|
||||
}
|
||||
|
||||
[Test, Timeout(1000)]
|
||||
[Test, Explicit, Timeout(1000)]
|
||||
public void Multithreading()
|
||||
{
|
||||
// Multithreading sanity test
|
||||
|
Loading…
Reference in New Issue
Block a user