File tree 2 files changed +2
-2
lines changed
internalClusterTest/java/org/opensearch/remotemigration
main/java/org/opensearch/index/shard
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ public void testMixedModeRelocation_RemoteSeedingFail() throws Exception {
186
186
clusterHealthResponse = client().admin()
187
187
.cluster()
188
188
.prepareHealth()
189
- .setTimeout(TimeValue.timeValueSeconds(5 ))
189
+ .setTimeout(TimeValue.timeValueSeconds(45 ))
190
190
.setWaitForEvents(Priority.LANGUID)
191
191
.setWaitForNoRelocatingShards(true)
192
192
.execute()
Original file line number Diff line number Diff line change @@ -2114,7 +2114,7 @@ public void waitForRemoteStoreSync(Runnable onProgress) {
2114
2114
segmentUploadeCount = directory.getSegmentsUploadedToRemoteStore().size();
2115
2115
}
2116
2116
try {
2117
- Thread.sleep(TimeValue.timeValueMinutes(1 ).seconds());
2117
+ Thread.sleep(TimeValue.timeValueSeconds(30 ).seconds());
2118
2118
} catch (InterruptedException ie) {
2119
2119
throw new OpenSearchException("Interrupted waiting for completion of [{}]", ie);
2120
2120
}
You can’t perform that action at this time.
0 commit comments