diff --git a/ingestion_server/ingestion_server/indexer.py b/ingestion_server/ingestion_server/indexer.py index d3956e8a327..da426654112 100644 --- a/ingestion_server/ingestion_server/indexer.py +++ b/ingestion_server/ingestion_server/indexer.py @@ -525,6 +525,8 @@ def create_and_populate_filtered_index( # 10k derived from in-production testing # See https://github.com/WordPress/openverse/issues/2963 requests_per_second=10_000, + # Temporary workaround to allow the action to complete. + request_timeout=48 * 3600, ) self.refresh(index_name=destination_index, change_settings=True)