fix test
This commit is contained in:
parent
154a1da930
commit
5781af6b3b
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ namespace BirdsiteLive.Pipeline.Tests.Processors
|
||||||
processor.WaitFactor = 2;
|
processor.WaitFactor = 2;
|
||||||
var t = processor.GetTwitterUsersAsync(buffer, CancellationToken.None);
|
var t = processor.GetTwitterUsersAsync(buffer, CancellationToken.None);
|
||||||
|
|
||||||
await Task.WhenAny(t, Task.Delay(200));
|
await Task.WhenAny(t, Task.Delay(400));
|
||||||
|
|
||||||
#region Validations
|
#region Validations
|
||||||
maxUsersNumberProviderMock.VerifyAll();
|
maxUsersNumberProviderMock.VerifyAll();
|
||||||
|
|
Loading…
Add table
Reference in a new issue