ci: update run_case.sh with pip timeout 600

This commit is contained in:
Adam Ji 2023-11-07 09:40:12 +08:00 committed by GitHub
parent 4995d9c905
commit f36446fbbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ pip3 install --default-timeout=120 taospy==2.7.12
#define taos-ws-py 0.2.8 #define taos-ws-py 0.2.8
pip3 list|grep taos-ws-py pip3 list|grep taos-ws-py
pip3 uninstall taos-ws-py -y pip3 uninstall taos-ws-py -y
pip3 install --default-timeout=1200 taos-ws-py==0.3.1 pip3 install --default-timeout=600 taos-ws-py==0.3.1
$TIMEOUT_CMD $cmd $TIMEOUT_CMD $cmd
RET=$? RET=$?