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 b43b9ef commit d1f1631Copy full SHA for d1f1631
tests/Coherence.Tests/Net/Cache/ContinuousQueryCacheTests.cs
@@ -299,10 +299,10 @@ public void ContinuousQueryCacheInsertTest()
299
// event due to expiry as soon as it happened instead of
300
// when the next cache operation occurrs. So, change
301
// the test accordingly.
302
- cache.Insert("key6", 173, 200);
+ cache.Insert("key6", 173, 400);
303
Blocking.Sleep(100);
304
Assert.AreNotEqual(null, cache["key6"]);
305
- Thread.Sleep(400);
+ Thread.Sleep(600);
306
Assert.AreEqual(null, cache.Cache["key6"]);
307
308
// updating a cache with the value that does not satisfies
0 commit comments