diff --git a/tests/army/frame/caseBase.py b/tests/army/frame/caseBase.py index 2959cf54a1..ce4f1675e2 100644 --- a/tests/army/frame/caseBase.py +++ b/tests/army/frame/caseBase.py @@ -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;"