From 4576e90fe608e7f9061d4f2389a69829ce576382 Mon Sep 17 00:00:00 2001 From: haoranchen Date: Fri, 5 May 2023 15:57:06 +0800 Subject: [PATCH] Update run_case.sh --- tests/parallel_test/run_case.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/parallel_test/run_case.sh b/tests/parallel_test/run_case.sh index ffc23ba6d2..56e898c5b2 100755 --- a/tests/parallel_test/run_case.sh +++ b/tests/parallel_test/run_case.sh @@ -79,7 +79,7 @@ md5sum /home/TDinternal/debug/build/lib/libtaos.so #define taospy 2.7.6 pip3 list|grep taospy pip3 uninstall taospy -y -pip3 install taospy==2.7.6 +pip3 install --default-timeout=60 taospy==2.7.6 $TIMEOUT_CMD $cmd RET=$?