From 05e30eff95b79a1bc548654ff7d7af1518dace4e Mon Sep 17 00:00:00 2001 From: Doodle <13706157+critical27@users.noreply.github.com> Date: Sun, 29 Aug 2021 16:48:18 +0800 Subject: [PATCH] damn timeout --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index e889c7ad779..4d663bae461 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: 30 + timeout-minutes: 60 - name: Down cluster run: | make down