From 3d24b70ceb581d047f135f2bdbaef0b0c4674393 Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Thu, 1 Dec 2022 09:46:19 +0800 Subject: [PATCH] test:modify base version from 3.0.1.0 to 3.0.1.8 in compatibility testcase --- tests/system-test/0-others/compatibility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/0-others/compatibility.py b/tests/system-test/0-others/compatibility.py index f44a6395e3..90d81ac955 100644 --- a/tests/system-test/0-others/compatibility.py +++ b/tests/system-test/0-others/compatibility.py @@ -75,7 +75,7 @@ class TDTestCase: tdDnodes.stop(1) print(f"start taosd: nohup taosd -c {cPath} & ") os.system(f" nohup taosd -c {cPath} & " ) - sleep(1) + sleep(5) -- GitLab