Increase timeout for more test consistency

This commit is contained in:
John Luo 2017-07-07 19:28:26 -07:00
Родитель 5e73a85ef5
Коммит 654c84f111
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -376,7 +376,7 @@ namespace Microsoft.Extensions.Caching.Memory
// Wait for compaction to complete
for (var i = 0; i < 3; i++)
{
Assert.True(await sem.WaitAsync(TimeSpan.FromSeconds(5)));
Assert.True(await sem.WaitAsync(TimeSpan.FromSeconds(10)));
}
// There should be 2 items in the cache