Faraday TimeoutErrors happening for Elastic searches >= 5s

It looks like the changes in !73650 (merged) on 11/15/2021 introduced a bug where some searches over 5s get a Faraday::TimeoutError. I presume this is from the Elasticsearch gem setting a client-side timeout in Faraday when reaching out to Elasticsearch. Need to confirm.

image