Skip to content

Commit 6fa7d54

Browse files
committed
Bug 36328533 - Build: rwbm.ReadWriteBackingMapTests.testCacheStoreUpdateOnWriteAsyncPut (main -> 14.1.2.0, ce-main @107859)
[git-p4: depot-paths = "//dev/coherence-ce/main/": change = 107870]
1 parent 584998b commit 6fa7d54

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/TestNonBlockingStore.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Copyright (c) 2000, 2022, Oracle and/or its affiliates.
2+
* Copyright (c) 2000, 2024, Oracle and/or its affiliates.
33
*
44
* Licensed under the Universal Permissive License v 1.0 as shown at
5-
* http://oss.oracle.com/licenses/upl.
5+
* https://oss.oracle.com/licenses/upl.
66
*/
77

88
package com.oracle.coherence.testing;
@@ -295,6 +295,7 @@ public void store(BinaryEntry<K, V> binEntry, StoreObserver<K, V> observer)
295295
delay(getDurationStore());
296296
getStorageMap().put(oKey, oValue);
297297
getProcessor().process(binEntry);
298+
delay(200);
298299
observer.onNext(binEntry);
299300
});
300301
}

0 commit comments

Comments
 (0)