diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 4d663bae461..bfc5885db2c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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 diff --git a/tests/tck/slowquery/KillSlowQueryViaDiffrentService.feature b/tests/tck/slowquery/KillSlowQueryViaDiffrentService.feature index 9464dc08111..3aa8baeb193 100644 --- a/tests/tck/slowquery/KillSlowQueryViaDiffrentService.feature +++ b/tests/tck/slowquery/KillSlowQueryViaDiffrentService.feature @@ -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 diff --git a/tests/tck/slowquery/KillSlowQueryViaSameService.feature b/tests/tck/slowquery/KillSlowQueryViaSameService.feature index e0ec3a06b54..1a48cfa2fd5 100644 --- a/tests/tck/slowquery/KillSlowQueryViaSameService.feature +++ b/tests/tck/slowquery/KillSlowQueryViaSameService.feature @@ -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