mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
fix test
This commit is contained in:
@ -144,7 +144,7 @@ namespace BirdsiteLive.Pipeline.Tests.Processors
|
||||
processor.WaitFactor = 2;
|
||||
var t = processor.GetTwitterUsersAsync(buffer, CancellationToken.None);
|
||||
|
||||
await Task.WhenAny(t, Task.Delay(200));
|
||||
await Task.WhenAny(t, Task.Delay(400));
|
||||
|
||||
#region Validations
|
||||
maxUsersNumberProviderMock.VerifyAll();
|
||||
|
Reference in New Issue
Block a user