From d8bd24cc27e5ab4fad07edb80eb7afcfe8ab50b9 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Fri, 21 Apr 2023 12:08:56 +0000 Subject: [PATCH] change write opt --- tests/system-test/6-cluster/5dnode3mnodeAdd1Ddnoe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/6-cluster/5dnode3mnodeAdd1Ddnoe.py b/tests/system-test/6-cluster/5dnode3mnodeAdd1Ddnoe.py index d084432a1a..8a5f43e1f9 100644 --- a/tests/system-test/6-cluster/5dnode3mnodeAdd1Ddnoe.py +++ b/tests/system-test/6-cluster/5dnode3mnodeAdd1Ddnoe.py @@ -72,7 +72,7 @@ class TDTestCase: for couti in range(countstart,countstop): tdLog.debug("drop database if exists db%d" %couti) - tdSql.execute("drop database if exists db%d" %couti) + tdSql.execute("drop database if exists db%d" %couti, 20) print("create database if not exists db%d replica 1 duration 300" %couti) tdSql.execute("create database if not exists db%d replica 1 duration 300" %couti) tdSql.execute("use db%d" %couti) -- GitLab