From 6fee32b0f8d988ec326d98b4abda5c84d648f6ad Mon Sep 17 00:00:00 2001 From: Gaius Date: Thu, 20 Jan 2022 10:28:48 +0800 Subject: [PATCH] chore: workflow add test timeout (#1011) Signed-off-by: Gaius --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21a3ac717..0fc067eb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ env: jobs: test: name: Test - timeout-minutes: 10 + timeout-minutes: 30 runs-on: ubuntu-latest steps: - name: Install Go