Skip to content

Commit

Permalink
COH-25541 - Build: ReadWriteBackingMapTests#testCacheStoreUpdateOnWri…
Browse files Browse the repository at this point in the history
…teAsyncPut fails

[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v22.06/": change = 111677]
  • Loading branch information
mgamanho committed Sep 30, 2024
1 parent 83a7e1d commit e65aea0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ public void store(BinaryEntry<K, V> binEntry, StoreObserver<K, V> observer)
}
}

delay(getDurationStore());
delay(getDurationStore() + 200);
getStorageMap().put(oKey, oValue);
getProcessor().process(binEntry);
observer.onNext(binEntry);
Expand Down

0 comments on commit e65aea0

Please sign in to comment.