Skip to content

Commit

Permalink
Increasing thread sleep to 100,000 (opensearch-project#294)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Palis <[email protected]>

Signed-off-by: Joshua Palis <[email protected]>
  • Loading branch information
joshpalis authored Jan 5, 2023
1 parent 140ffd3 commit b67c000
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,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 b67c000

Please sign in to comment.