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/main/": change = 111668]
  • Loading branch information
mgamanho committed Sep 30, 2024
1 parent 1e930eb commit d27c3b7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,9 @@ public void store(BinaryEntry<K, V> binEntry, StoreObserver<K, V> observer)
}
}

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

0 comments on commit d27c3b7

Please sign in to comment.