mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Fix sleep time (#14007)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/14016/head
parent
2c5e911d86
commit
289e11323d
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue