diff --git a/tests/army/frame/caseBase.py b/tests/army/frame/caseBase.py index ce4f1675e2..4e2f85b96a 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 = 1200, interval = 1): + def waitTransactionZero(self, seconds = 2400, interval = 1): # wait end for i in range(seconds): sql ="show transactions;"