From d375a153309dfd098a91601ec3af088fbf85fadb Mon Sep 17 00:00:00 2001 From: inhere Date: Thu, 25 Mar 2021 00:02:28 +0800 Subject: [PATCH] update github action test timeout to 5min --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b6cd058..01dc6b7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v2 # https://github.com/actions/setup-go - name: Use Go ${{ matrix.go_version }} - timeout-minutes: 3 + timeout-minutes: 5 uses: actions/setup-go@v2 with: go-version: ${{ matrix.go_version }}