fix test delay
This commit is contained in:
parent
be9bf5ebc5
commit
0871243a18
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue