未验证 提交 d9f12513 编写于 作者: Z zhuwenxing 提交者: GitHub

[skip ci]Make sleep time greater than the pod kill time interval (#11144)

Signed-off-by: Nzhuwenxing <wenxing.zhu@zilliz.com>
上级 0c35a96e
......@@ -24,7 +24,7 @@ def reboot_pod(chaos_yaml):
namespace=constants.CHAOS_NAMESPACE)
chaos_res.create(chaos_config)
log.debug("chaos injected")
sleep(1)
sleep(7)
# delete chaos
meta_name = chaos_config.get('metadata', None).get('name', None)
chaos_res.delete(meta_name)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册