diff --git a/tests/python_client/chaos/chaos_objects/chaos_datacoord_podkill.yaml b/tests/python_client/chaos/chaos_objects/chaos_datacoord_podkill.yaml index 0ffef21c3f..48e06113b8 100644 --- a/tests/python_client/chaos/chaos_objects/chaos_datacoord_podkill.yaml +++ b/tests/python_client/chaos/chaos_objects/chaos_datacoord_podkill.yaml @@ -14,4 +14,4 @@ spec: app.kubernetes.io/name: milvus component: datacoord scheduler: - cron: '@every 2s' + cron: '@every 5s' diff --git a/tests/python_client/chaos/chaos_objects/chaos_datanode_podkill.yaml b/tests/python_client/chaos/chaos_objects/chaos_datanode_podkill.yaml index f4dd98f692..9b23779b8b 100644 --- a/tests/python_client/chaos/chaos_objects/chaos_datanode_podkill.yaml +++ b/tests/python_client/chaos/chaos_objects/chaos_datanode_podkill.yaml @@ -14,4 +14,4 @@ spec: app.kubernetes.io/name: milvus component: datanode scheduler: - cron: '@every 2s' + cron: '@every 5s' diff --git a/tests/python_client/chaos/chaos_objects/chaos_indexcoord_podkill.yaml b/tests/python_client/chaos/chaos_objects/chaos_indexcoord_podkill.yaml index ae6c5dba7e..f8969ecba9 100644 --- a/tests/python_client/chaos/chaos_objects/chaos_indexcoord_podkill.yaml +++ b/tests/python_client/chaos/chaos_objects/chaos_indexcoord_podkill.yaml @@ -14,4 +14,4 @@ spec: app.kubernetes.io/name: milvus component: indexcoord scheduler: - cron: '@every 2s' + cron: '@every 5s' diff --git a/tests/python_client/chaos/chaos_objects/chaos_indexnode_podkill.yaml b/tests/python_client/chaos/chaos_objects/chaos_indexnode_podkill.yaml index 02ff22bcd2..7e894dfe4e 100644 --- a/tests/python_client/chaos/chaos_objects/chaos_indexnode_podkill.yaml +++ b/tests/python_client/chaos/chaos_objects/chaos_indexnode_podkill.yaml @@ -14,4 +14,4 @@ spec: app.kubernetes.io/name: milvus component: indexnode scheduler: - cron: '@every 2s' + cron: '@every 5s' diff --git a/tests/python_client/chaos/chaos_objects/chaos_proxy_podkill.yaml b/tests/python_client/chaos/chaos_objects/chaos_proxy_podkill.yaml index 808cebe701..ac0de00826 100644 --- a/tests/python_client/chaos/chaos_objects/chaos_proxy_podkill.yaml +++ b/tests/python_client/chaos/chaos_objects/chaos_proxy_podkill.yaml @@ -14,4 +14,4 @@ spec: app.kubernetes.io/name: milvus component: proxy scheduler: - cron: '@every 2s' + cron: '@every 5s'