ci: update run_case.sh with pip timeout 600
This commit is contained in:
parent
4995d9c905
commit
f36446fbbb
|
@ -84,7 +84,7 @@ pip3 install --default-timeout=120 taospy==2.7.12
|
|||
#define taos-ws-py 0.2.8
|
||||
pip3 list|grep taos-ws-py
|
||||
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
|
||||
RET=$?
|
||||
|
|
Loading…
Reference in New Issue