[TD-2598] feature: C# taosdemo, sleep 10s after start taosd.

This commit is contained in:
Shuduo Sang 2021-01-12 22:49:09 +08:00
parent 5970814900
commit 1263d2e1c0
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ matrix:
fuser -k -n tcp 6030 fuser -k -n tcp 6030
sleep 1 sleep 1
taosd > /dev/null & taosd > /dev/null &
sleep 1 sleep 10
mono taosdemo -Q DEFAULT -y || travis_terminate $? mono taosdemo -Q DEFAULT -y || travis_terminate $?
cd ${TRAVIS_BUILD_DIR}/tests cd ${TRAVIS_BUILD_DIR}/tests