Skip to content

Commit

Permalink
Increasing thread sleep to 100,000 (opensearch-project#294) (opensear…
Browse files Browse the repository at this point in the history
…ch-project#295)

Signed-off-by: Joshua Palis <[email protected]>

Signed-off-by: Joshua Palis <[email protected]>
(cherry picked from commit b67c000)

Co-authored-by: Joshua Palis <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and joshpalis authored Jan 5, 2023
1 parent dc786e1 commit 3ade93a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ private void createBasicWatcherJob() throws Exception {
String jobId = OpenSearchRestTestCase.randomAlphaOfLength(10);
createWatcherJobJson(jobId, jobParameter);

long actualCount = waitAndCountRecords(index, 80000);
long actualCount = waitAndCountRecords(index, 100000);
Assert.assertEquals(1, actualCount);
}
}

0 comments on commit 3ade93a

Please sign in to comment.