[skip e2e]Fix sleep time (#14007)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/14016/head
zhuwenxing 2021-12-22 20:33:10 +08:00 committed by GitHub
parent 2c5e911d86
commit 289e11323d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ class TestChaos(TestChaosBase):
chaos_res.create(chaos_config)
log.info("chaos injected")
log.info(f"chaos information: {chaos_res.get(meta_name)}")
sleep(constants.WAIT_PER_OP * 2.1)
sleep(constants.WAIT_PER_OP * 2)
# reset counting
cc.reset_counting(self.health_checkers)