We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e0f5b commit 520f915Copy full SHA for 520f915
1 file changed
tests/conftest.py
@@ -70,7 +70,7 @@ async def parse_store(
70
if store == "zip":
71
return await ZipStore.open(path + "/zarr.zip", mode="w")
72
if store == "memory_get_latency":
73
- return LatencyStore(MemoryStore(), get_latency=10, set_latency=0)
+ return LatencyStore(MemoryStore(), get_latency=0.01, set_latency=0)
74
raise AssertionError
75
76
0 commit comments