diff --git a/x-pack/solutions/search/plugins/search_indices/public/hooks/api/use_document_search.ts b/x-pack/solutions/search/plugins/search_indices/public/hooks/api/use_document_search.ts index db0e9bac718c8..52cb87c06985d 100644 --- a/x-pack/solutions/search/plugins/search_indices/public/hooks/api/use_document_search.ts +++ b/x-pack/solutions/search/plugins/search_indices/public/hooks/api/use_document_search.ts @@ -22,7 +22,7 @@ const DEFAULT_PAGINATION = { size: DEFAULT_DOCUMENT_PAGE_SIZE, total: 0, }; -export const INDEX_SEARCH_POLLING = 5 * 1000; +export const INDEX_SEARCH_POLLING = 30000; export const useIndexDocumentSearch = (indexName: string) => { const { services: { http },