tmp ci
This commit is contained in:
parent
80bab0bf3c
commit
46a17fa28b
|
@ -269,7 +269,7 @@ class TBase:
|
||||||
#
|
#
|
||||||
|
|
||||||
# wait transactions count to zero , return False is translation not finished
|
# 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
|
# wait end
|
||||||
for i in range(seconds):
|
for i in range(seconds):
|
||||||
sql ="show transactions;"
|
sql ="show transactions;"
|
||||||
|
|
Loading…
Reference in New Issue