ci: slow down tests more

This commit is contained in:
Dylan R. E. Moonfire 2021-01-21 18:52:45 -06:00
parent ef09e49f4c
commit c58df120b8

View file

@ -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);