test: ordering in CI is different than local
This commit is contained in:
parent
6ae8151b1f
commit
276332f4c0
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ namespace MfGames.Locking.Tests
|
||||||
public void ReadsDoNotBlockReads()
|
public void ReadsDoNotBlockReads()
|
||||||
{
|
{
|
||||||
Task.WaitAll(
|
Task.WaitAll(
|
||||||
Task.Run(() => this.TestRead(1, 7, 1)),
|
Task.Run(() => this.TestRead(1, 8, 1)),
|
||||||
Task.Run(() => this.TestRead(2, 1, 2)),
|
Task.Run(() => this.TestRead(2, 1, 2)),
|
||||||
Task.Run(() => this.TestRead(4, 1, 3)));
|
Task.Run(() => this.TestRead(4, 1, 3)));
|
||||||
|
|
||||||
|
|
Reference in a new issue