Merge pull request #2286 from taosdata/hotfix/sangshuduo/TD-642

add more sleep to make test continue
This commit is contained in:
Shengliang Guan 2020-06-15 17:00:12 +08:00 committed by GitHub
commit 28ebdb4023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ sleep 4000
sql select * from mt
sql select * from strm
sql drop table tb1
sleep 10000
sleep 100000
sql select * from strm
if $rows != 2 then
if $rows != 1 then