Skip to content

Commit 8a2a5a0

Browse files
author
null-d3v
committed
fix: test sync
1 parent 0fa384f commit 8a2a5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/System/MessagingTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ await secondaryL1L2Cache
8585
.GetStringAsync(key));
8686

8787
await primaryL1L2Cache.RemoveAsync(key);
88-
await Task.Delay(10);
88+
await Task.Delay(25);
8989

9090
Assert.Null(
9191
await secondaryL1L2Cache

0 commit comments

Comments
 (0)