Skip to content

Commit d1f1631

Browse files
committed
COH-31396 Build: failure in ContinuousQueryCacheInsertTest
[git-p4: depot-paths = "//dev/main.net/": change = 112715]
1 parent b43b9ef commit d1f1631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Coherence.Tests/Net/Cache/ContinuousQueryCacheTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,10 +299,10 @@ public void ContinuousQueryCacheInsertTest()
299299
// event due to expiry as soon as it happened instead of
300300
// when the next cache operation occurrs. So, change
301301
// the test accordingly.
302-
cache.Insert("key6", 173, 200);
302+
cache.Insert("key6", 173, 400);
303303
Blocking.Sleep(100);
304304
Assert.AreNotEqual(null, cache["key6"]);
305-
Thread.Sleep(400);
305+
Thread.Sleep(600);
306306
Assert.AreEqual(null, cache.Cache["key6"]);
307307

308308
// updating a cache with the value that does not satisfies

0 commit comments

Comments
 (0)