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 f3660d4 commit 2d85bafCopy full SHA for 2d85baf
test_elasticsearch/test_async/test_server/test_helpers.py
@@ -128,7 +128,7 @@ async def async_gen():
128
yield {"answer": 2, "_id": 0}
129
yield {"answer": 1, "_id": 1}
130
yield helpers.BULK_FLUSH
131
- await asyncio.sleep(0.5)
+ await anyio.sleep(0.5)
132
yield {"answer": 2, "_id": 2}
133
134
timestamps = []
@@ -145,7 +145,7 @@ async def test_timeout_flushes(self, async_client):
145
async def async_gen():
146
147
148
149
150
151
0 commit comments