mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
fix test delay
This commit is contained in:
@ -149,7 +149,7 @@ namespace BirdsiteLive.Pipeline.Tests.Processors
|
||||
await Task.Delay(50);
|
||||
});
|
||||
|
||||
await Task.WhenAny(t, t2, Task.Delay(2000));
|
||||
await Task.WhenAny(t, t2, Task.Delay(5000));
|
||||
|
||||
#region Validations
|
||||
maxUsersNumberProviderMock.VerifyAll();
|
||||
|
Reference in New Issue
Block a user