Skip to content

Commit

Permalink
Wait longer for a yellow source index now that it has 1m docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolf committed Oct 16, 2023
1 parent 4df02c5 commit f3921b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1126,6 +1126,7 @@ export const runActionTestSuite = ({
client,
index: ARCHIVE_INDEX_WITH_1M_SO,
status: 'yellow',
timeout: '300s',
})();

expect(Either.isRight(readyTaskRes)).toBe(true);
Expand Down

0 comments on commit f3921b8

Please sign in to comment.