We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa384f commit 8a2a5a0Copy full SHA for 8a2a5a0
tests/System/MessagingTests.cs
@@ -85,7 +85,7 @@ await secondaryL1L2Cache
85
.GetStringAsync(key));
86
87
await primaryL1L2Cache.RemoveAsync(key);
88
- await Task.Delay(10);
+ await Task.Delay(25);
89
90
Assert.Null(
91
await secondaryL1L2Cache
0 commit comments