Skip to content

Commit 51c0ccd

Browse files
fix remote inference it: update job interval (#1129) (#1130)
Signed-off-by: Yaliang Wu <[email protected]> (cherry picked from commit f672aa8) Co-authored-by: Yaliang Wu <[email protected]>
1 parent 21dc457 commit 51c0ccd

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
@@ -676,7 +676,7 @@ private void disableClusterConnectorAccessControl() throws IOException {
676676
"PUT",
677677
"_cluster/settings",
678678
null,
679-
"{\"persistent\":{\"plugins.ml_commons.connector_access_control_enabled\":false}}",
679+
"{\"persistent\":{\"plugins.ml_commons.connector_access_control_enabled\":false, \"plugins.ml_commons.sync_up_job_interval_in_seconds\":3}}",
680680
ImmutableList.of(new BasicHeader(HttpHeaders.USER_AGENT, ""))
681681
);
682682
assertEquals(200, response.getStatusLine().getStatusCode());

0 commit comments

Comments
 (0)