Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Increase the wait time for slow query test. #1223

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/tck/slowquery/KillSlowQueryViaDiffrentService.feature
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ Feature: Slow Query Test
SHOW ALL QUERIES
"""
Then the execution should be successful
And wait 5 seconds
# In case that rebuild indexes cost too much time.
And wait 10 seconds
When executing query via graph 1:
"""
SHOW ALL QUERIES
Expand Down
3 changes: 2 additions & 1 deletion tests/tck/slowquery/KillSlowQueryViaSameService.feature
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ Feature: Slow Query Test
SHOW ALL QUERIES
"""
Then the execution should be successful
And wait 5 seconds
# In case that rebuild indexes cost too much time.
And wait 10 seconds
When executing query:
"""
SHOW ALL QUERIES
Expand Down