This commit is contained in:
dmchen 2024-04-12 02:13:07 +00:00
parent 46a17fa28b
commit b578fe9a52
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ class TBase:
#
# wait transactions count to zero , return False is translation not finished
def waitTransactionZero(self, seconds = 1200, interval = 1):
def waitTransactionZero(self, seconds = 2400, interval = 1):
# wait end
for i in range(seconds):
sql ="show transactions;"