Skip to content

Commit

Permalink
Fix slow query test.
Browse files Browse the repository at this point in the history
  • Loading branch information
CPWstatic committed Sep 2, 2021
1 parent bde124c commit 2ffa67a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Feature: Slow Query Test
"""
Then the execution should be successful
# In case that rebuild indexes cost too much time.
And wait 10 seconds
And wait 20 seconds
When executing query via graph 1:
"""
SHOW ALL QUERIES
Expand Down
2 changes: 1 addition & 1 deletion tests/tck/slowquery/KillSlowQueryViaSameService.feature
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Feature: Slow Query Test
"""
Then the execution should be successful
# In case that rebuild indexes cost too much time.
And wait 10 seconds
And wait 20 seconds
When executing query:
"""
SHOW ALL QUERIES
Expand Down

0 comments on commit 2ffa67a

Please sign in to comment.