Skip to content

Commit

Permalink
fix sql test: add delay before stream deletion (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
Time-Hu authored Apr 28, 2023
1 parent 108b2a3 commit 433fea1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hstream/test/HStream/RegressionSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ spec = aroundAll provideHstreamApi $
)
threadDelay 500000
runTerminateSql api $ "TERMINATE QUERY " <> qName <> " ;"
threadDelay 500000
runDropSql api "DROP STREAM s5 IF EXISTS;"
runDropSql api "DROP STREAM s4 IF EXISTS;"

Expand Down

0 comments on commit 433fea1

Please sign in to comment.