**Describe the bug** `org.opensearch.index.shard.RemoteIndexShardTests.testSegRepSucceedsOnPreviousCopiedFiles` test is flaky. #### Stacktrace ``` java.lang.Exception: Test abandoned because suite timeout was reached. at __randomizedtesting.SeedInfo.seed([AABBFC4C7FB026AC]:0) ``` ``` java.lang.Exception: Suite timeout exceeded (>= 1200000 msec). ``` ``` java.lang.AssertionError: Replication should not fail ``` **To Reproduce** CI - https://build.ci.opensearch.org/job/gradle-check/28624/testReport/org.opensearch.index.shard/RemoteIndexShardTests/testSegRepSucceedsOnPreviousCopiedFiles/ **Expected behavior** Test should always pass