Skip to content

Commit 6271050

Browse files
committed
set get latency to .0001s
1 parent 520f915 commit 6271050

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ async def parse_store(
7070
if store == "zip":
7171
return await ZipStore.open(path + "/zarr.zip", mode="w")
7272
if store == "memory_get_latency":
73-
return LatencyStore(MemoryStore(), get_latency=0.01, set_latency=0)
73+
return LatencyStore(MemoryStore(), get_latency=0.0001, set_latency=0)
7474
raise AssertionError
7575

7676

0 commit comments

Comments
 (0)