Skip to content

Commit

Permalink
Increasing thread sleep to 100,000 (#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]>
(cherry picked from commit b67c000)
  • Loading branch information
joshpalis authored and github-actions[bot] committed Jan 5, 2023
1 parent fe99cc1 commit 299dc98
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 299dc98

Please sign in to comment.