Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix slow query test. #2788

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
run: |
make RM_DIR=false DEBUG=false J=${{ steps.cmake.outputs.j }} tck
working-directory: tests/
timeout-minutes: 60
timeout-minutes: 120
- name: Down cluster
run: |
make down
Expand Down
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