From bf7cf72481dec25e5ff593b8ba7358f8ef89a96c Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Tue, 19 Oct 2021 17:08:34 +0800 Subject: [PATCH] [skip ci]Increase the time interval of pod kill (#10188) Signed-off-by: zhuwenxing --- .../chaos/chaos_objects/pod_kill/chaos_querycoord_podkill.yaml | 2 +- .../chaos/chaos_objects/pod_kill/chaos_querynode_podkill.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/python_client/chaos/chaos_objects/pod_kill/chaos_querycoord_podkill.yaml b/tests/python_client/chaos/chaos_objects/pod_kill/chaos_querycoord_podkill.yaml index 7577a9ba36..aa99ed3b71 100644 --- a/tests/python_client/chaos/chaos_objects/pod_kill/chaos_querycoord_podkill.yaml +++ b/tests/python_client/chaos/chaos_objects/pod_kill/chaos_querycoord_podkill.yaml @@ -14,4 +14,4 @@ spec: app.kubernetes.io/name: milvus component: querycoord scheduler: - cron: '@every 5s' + cron: '@every 15s' diff --git a/tests/python_client/chaos/chaos_objects/pod_kill/chaos_querynode_podkill.yaml b/tests/python_client/chaos/chaos_objects/pod_kill/chaos_querynode_podkill.yaml index e1a05b1315..7ad9e71354 100644 --- a/tests/python_client/chaos/chaos_objects/pod_kill/chaos_querynode_podkill.yaml +++ b/tests/python_client/chaos/chaos_objects/pod_kill/chaos_querynode_podkill.yaml @@ -14,4 +14,4 @@ spec: app.kubernetes.io/name: milvus component: querynode scheduler: - cron: '@every 5s' + cron: '@every 15s'