Skip to content

Commit

Permalink
updating time
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Sep 27, 2024
1 parent 4dc434b commit 33974d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export function MachineLearningDataVisualizerFileBasedProvider(
},

async assertFieldsFromIndex(index: string, fields: string[]) {
await retry.tryForTime(1 * 1000, async () => {
await retry.tryForTime(60 * 1000, async () => {
const sortedFields = fields.sort();
const fieldCaps = await es.fieldCaps({
index,
Expand Down

0 comments on commit 33974d4

Please sign in to comment.