We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f1503 commit c6bc750Copy full SHA for c6bc750
plugin/src/test/java/org/opensearch/ml/rest/RestMLRemoteInferenceIT.java
@@ -61,7 +61,7 @@ public class RestMLRemoteInferenceIT extends MLCommonsRestTestCase {
61
@Before
62
public void setup() throws IOException, InterruptedException {
63
disableClusterConnectorAccessControl();
64
- Thread.sleep(10000);
+ Thread.sleep(20000);
65
}
66
67
public void testCreateConnector() throws IOException {
0 commit comments