Skip to content

Commit c6bc750

Browse files
Increase sleep time on remote inference integration tests (#1125)
Signed-off-by: Ryan Bogan <[email protected]> (cherry picked from commit 282ef92) Co-authored-by: Ryan Bogan <[email protected]>
1 parent d8f1503 commit c6bc750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/test/java/org/opensearch/ml/rest/RestMLRemoteInferenceIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public class RestMLRemoteInferenceIT extends MLCommonsRestTestCase {
6161
@Before
6262
public void setup() throws IOException, InterruptedException {
6363
disableClusterConnectorAccessControl();
64-
Thread.sleep(10000);
64+
Thread.sleep(20000);
6565
}
6666

6767
public void testCreateConnector() throws IOException {

0 commit comments

Comments
 (0)