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

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/11167/head
zhuwenxing 2021-11-03 14:55:16 +08:00 committed by GitHub
parent 0c35a96e8c
commit d9f125132d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)