Skip to content

Commit d973e91

Browse files
authored
Fix timeout (#57)
1 parent 509f37a commit d973e91

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test_elasticsearch_serverless/test_async/test_server/test_helpers.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -917,10 +917,7 @@ async def test_reindex_accepts_a_query(self, async_client, reindex_setup):
917917

918918
async def test_all_documents_get_moved(self, async_client, reindex_setup):
919919
await helpers.async_reindex(
920-
async_client,
921-
"test_index",
922-
"prod_index",
923-
bulk_kwargs={"refresh": "wait_for"},
920+
async_client, "test_index", "prod_index", bulk_kwargs={"refresh": True}
924921
)
925922

926923
assert await async_client.indices.exists(index="prod_index")

0 commit comments

Comments
 (0)