diff --git a/sample-extension-plugin/src/test/java/org/opensearch/jobscheduler/sampleextension/bwc/JobSchedulerBackwardsCompatibilityIT.java b/sample-extension-plugin/src/test/java/org/opensearch/jobscheduler/sampleextension/bwc/JobSchedulerBackwardsCompatibilityIT.java index 149b4107..f11b95e1 100644 --- a/sample-extension-plugin/src/test/java/org/opensearch/jobscheduler/sampleextension/bwc/JobSchedulerBackwardsCompatibilityIT.java +++ b/sample-extension-plugin/src/test/java/org/opensearch/jobscheduler/sampleextension/bwc/JobSchedulerBackwardsCompatibilityIT.java @@ -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); } }