Skip to content

Commit a1830f3

Browse files
committed
Increase assertBusy wait to 2 mins in wait for searchable docs
Signed-off-by: Shourya Dutta Biswas <[email protected]>
1 parent 9a3fc30 commit a1830f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationBaseIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public static void waitForSearchableDocs(String indexName, long docCount, List<S
121121
fail("Expected search hits on node: " + node + " to be at least " + docCount + " but was: " + hits);
122122
}
123123
}
124-
}, 1, TimeUnit.MINUTES);
124+
}, 2, TimeUnit.MINUTES);
125125
}
126126

127127
protected void waitForSearchableDocs(long docCount, String... nodes) throws Exception {

0 commit comments

Comments
 (0)