Skip to content

Commit 6477a6e

Browse files
test
1 parent 0ff1b31 commit 6477a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/EasyCaching.UnitTests/CachingTests/MemoryCachingProviderTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public async Task Issues497_GetCountAsync_Check_Expires_Test()
165165

166166
Assert.Equal(9, await _provider.GetCountAsync());
167167

168-
await Task.Delay(5000);
168+
await Task.Delay(5500);
169169

170170
Assert.Equal(0, await _provider.GetCountAsync());
171171
}

0 commit comments

Comments
 (0)