This commit is contained in:
dmchen 2024-04-11 10:38:34 +00:00
parent 80bab0bf3c
commit 46a17fa28b
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 = 300, interval = 1):
def waitTransactionZero(self, seconds = 1200, interval = 1):
# wait end
for i in range(seconds):
sql ="show transactions;"