提交 b790102f 编写于 作者: P plum-lihui

[test: add sleep for elect leader]

上级 09efd781
......@@ -60,6 +60,7 @@ class TDSql:
self.cursor.execute(s)
s = 'use db'
self.cursor.execute(s)
time.sleep(2)
def error(self, sql):
expectErrNotOccured = True
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册