diff --git a/core/src/search_stores/search_store.rs b/core/src/search_stores/search_store.rs index af0691359e6f..3a2eac631905 100644 --- a/core/src/search_stores/search_store.rs +++ b/core/src/search_stores/search_store.rs @@ -62,6 +62,7 @@ impl SearchStore for ElasticsearchSearchStore { self.client .index(IndexParts::IndexId(NODES_INDEX_NAME, &document.document_id)) + .timeout("200ms") .body(node) .send() .await?;