ci: slow down tests more
This commit is contained in:
parent
ef09e49f4c
commit
c58df120b8
1 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@ namespace MfGames.Locking.Tests
|
||||||
int waitTocks,
|
int waitTocks,
|
||||||
int sequence)
|
int sequence)
|
||||||
{
|
{
|
||||||
const int TocksInMilliseconds = 100;
|
const int TocksInMilliseconds = 200;
|
||||||
|
|
||||||
Thread.Sleep(TocksInMilliseconds * settleTocks);
|
Thread.Sleep(TocksInMilliseconds * settleTocks);
|
||||||
|
|
||||||
|
@ -155,7 +155,7 @@ namespace MfGames.Locking.Tests
|
||||||
|
|
||||||
using (getLock(this.locker))
|
using (getLock(this.locker))
|
||||||
{
|
{
|
||||||
Thread.Sleep(10);
|
Thread.Sleep(100);
|
||||||
|
|
||||||
this.RecordSequenceAction(sequence, LockAction.InLock);
|
this.RecordSequenceAction(sequence, LockAction.InLock);
|
||||||
|
|
||||||
|
|
Reference in a new issue