From e668a35745ea78aec6f02d151596cbab893fe430 Mon Sep 17 00:00:00 2001 From: Ryan Bogan Date: Thu, 13 Jul 2023 19:53:07 +0000 Subject: [PATCH] Increase sleep time on remote inference integration tests Signed-off-by: Ryan Bogan (cherry picked from commit 282ef922fa5102fea3e84f44ce7121d24d2de506) --- .../java/org/opensearch/ml/rest/RestMLRemoteInferenceIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/test/java/org/opensearch/ml/rest/RestMLRemoteInferenceIT.java b/plugin/src/test/java/org/opensearch/ml/rest/RestMLRemoteInferenceIT.java index 53701e1808..3d7165710a 100644 --- a/plugin/src/test/java/org/opensearch/ml/rest/RestMLRemoteInferenceIT.java +++ b/plugin/src/test/java/org/opensearch/ml/rest/RestMLRemoteInferenceIT.java @@ -61,7 +61,7 @@ public class RestMLRemoteInferenceIT extends MLCommonsRestTestCase { @Before public void setup() throws IOException, InterruptedException { disableClusterConnectorAccessControl(); - Thread.sleep(10000); + Thread.sleep(20000); } public void testCreateConnector() throws IOException {