From b4e21094215b020106d74f38407e97b64808071b Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Thu, 6 Jan 2022 21:59:26 +0800 Subject: [PATCH] [skip e2e]Update comment (#14965) Signed-off-by: zhuwenxing --- tests/python_client/chaos/test_chaos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/chaos/test_chaos.py b/tests/python_client/chaos/test_chaos.py index 83fa7b87c6..5b7ce38646 100644 --- a/tests/python_client/chaos/test_chaos.py +++ b/tests/python_client/chaos/test_chaos.py @@ -188,7 +188,7 @@ class TestChaos(TestChaosBase): # reset counting cc.reset_counting(self.health_checkers) - # wait 40s + # wait 120s sleep(constants.CHAOS_DURATION) log.info(f'Alive threads: {threading.enumerate()}')