Skip to content

Commit

Permalink
Merge pull request #2286 from taosdata/hotfix/sangshuduo/TD-642
Browse files Browse the repository at this point in the history
add more sleep to make test continue
  • Loading branch information
guanshengliang committed Jun 15, 2020
2 parents b8b942c + 0c8a205 commit 28ebdb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/script/general/parser/stream.sim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -221,4 +221,4 @@ sql use $db
sql create table stb (ts timestamp, c1 int) tags(t1 int)
sql create table tb1 using stb tags(1)

system sh/exec.sh -n dnode1 -s stop -x SIGINT
system sh/exec.sh -n dnode1 -s stop -x SIGINT

0 comments on commit 28ebdb4

Please sign in to comment.