fix test delay

This commit is contained in:
Nicolas Constant 2021-02-14 20:23:28 -05:00
parent be9bf5ebc5
commit 0871243a18
No known key found for this signature in database
GPG key ID: 1E9F677FB01A5688

View file

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