From 56417b3a92e18421e656e98c132140ddbbc5e16b Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Tue, 31 Dec 2024 14:30:54 +0800 Subject: [PATCH] more --- tests/army/cluster/tsdbSnapshot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/army/cluster/tsdbSnapshot.py b/tests/army/cluster/tsdbSnapshot.py index 80d8d9555d..c008261b00 100644 --- a/tests/army/cluster/tsdbSnapshot.py +++ b/tests/army/cluster/tsdbSnapshot.py @@ -253,7 +253,7 @@ class TDTestCase(TBase): cluster.dnodes[1].starttaosd() cluster.dnodes[2].starttaosd() - tdLog.sleep(10) + tdLog.sleep(60) def stop(self): tdSql.close()