From bd13d0b7ad27909026852ededf0fe34ed6822729 Mon Sep 17 00:00:00 2001 From: plum-lihui Date: Fri, 24 Jun 2022 19:31:45 +0800 Subject: [PATCH] test: modify case --- tests/system-test/6-cluster/5dnode3mnodeStop.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system-test/6-cluster/5dnode3mnodeStop.py b/tests/system-test/6-cluster/5dnode3mnodeStop.py index 69b9c3d879..3a85207af6 100644 --- a/tests/system-test/6-cluster/5dnode3mnodeStop.py +++ b/tests/system-test/6-cluster/5dnode3mnodeStop.py @@ -227,6 +227,7 @@ class TDTestCase: # fisr add three mnodes; tdSql.execute("create mnode on dnode 2") + time.sleep(10) tdSql.execute("create mnode on dnode 3") # fisrt check statut ready -- GitLab